summaryrefslogtreecommitdiff
path: root/pjmedia/build/os-rtems.mak
blob: cf7440f8ff7ded2d8b13262c9a5591ffc862ce8e (plain)
1
2
3
4
5
6
7
8
9
#
# PJMEDIA OS specific configuration for RTEMS OS target.
#

export CFLAGS += -DPJMEDIA_SOUND_IMPLEMENTATION=PJMEDIA_SOUND_NULL_SOUND
export PJMEDIA_OBJS += nullsound.o
export SOUND_OBJS = $(NULLSOUND_OBJS)

export CFLAGS += -DPJMEDIA_RESAMPLE_IMP=PJMEDIA_RESAMPLE_LIBRESAMPLE