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.
|
|
|
|
|
pluginsdir = $(libdir)/mediastreamer/plugins
|
|
|
|
|
|
plugins_LTLIBRARIES=libmsbcg729.la
|
|
|
|
|
|
libmsbcg729_la_SOURCES=bcg729_dec.c bcg729_enc.c
|
|
|
|
|
|
libmsbcg729_la_LIBADD=\
|
|
|
$(ORTP_LIBS) \
|
|
|
$(MEDIASTREAMER_LIBS) \
|
|
|
$(top_builddir)/src/libbcg729.la
|
|
|
|
|
|
libmsbcg729_la_LDFLAGS=-module -no-undefined
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
|
libmsbcg729_la_CFLAGS= $(ORTP_CFLAGS) $(MEDIASTREAMER_CFLAGS)
|