D-Modem/pjproject-2.11.1/pjmedia/build/os-rtems.mak

10 lines
278 B
Makefile
Raw Normal View History

2021-10-30 02:41:03 +08:00
#
# 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