blob: cf7440f8ff7ded2d8b13262c9a5591ffc862ce8e [file] [log] [blame]
Tristan Matthews0a329cc2013-07-17 13:20:14 -04001#
2# PJMEDIA OS specific configuration for RTEMS OS target.
3#
4
5export CFLAGS += -DPJMEDIA_SOUND_IMPLEMENTATION=PJMEDIA_SOUND_NULL_SOUND
6export PJMEDIA_OBJS += nullsound.o
7export SOUND_OBJS = $(NULLSOUND_OBJS)
8
Alexandre Lision0e143012014-01-22 11:02:46 -05009export CFLAGS += -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_LIBRESAMPLE