blob: bbcfad4e23e0d77c944c78ab771276d0f4e1b6a8 [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