You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sems/core/plug-in/g722/Makefile

17 lines
235 B

COREPATH =../..
plug_in_name = g722
SPANDSP_INC=
#/usr/include/
SPANDSP_LIB = -lspandsp
module_ldflags = $(SPANDSP_LIB)
module_cflags = -ansi # -DNOFPU
ifdef NOFPU
module_cflags += -DNOFPU
endif
include ../Makefile.audio_module