blob: bbcfad4e23e0d77c944c78ab771276d0f4e1b6a8 [file] [log] [blame]
Alexandre Lision8af73cb2013-12-10 14:11:20 -05001#
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