1 plugin_LTLIBRARIES = libgstrtp.la
3 libgstrtp_la_SOURCES = \
22 gstrtpmparobustdepay.c \
79 libgstrtp_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) \
80 $(GST_CFLAGS) -Dvp8_norm=gst_rtpvp8_vp8_norm
81 libgstrtp_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
82 -lgstaudio-@GST_API_VERSION@ \
83 -lgstvideo-@GST_API_VERSION@ \
84 -lgsttag-@GST_API_VERSION@ \
85 -lgstrtp-@GST_API_VERSION@ \
86 -lgstpbutils-@GST_API_VERSION@ \
87 $(GST_BASE_LIBS) $(GST_LIBS) \
89 libgstrtp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
90 libgstrtp_la_LIBTOOLFLAGS = --tag=disable-static
127 gstrtpmparobustdepay.h \
158 gstrtptheoradepay.h \
160 gstrtpvorbisdepay.h \
167 EXTRA_DIST = dboolhuff.LICENSE
169 Android.mk: Makefile.am $(BUILT_SOURCES)
171 -:PROJECT libgstrtp -:SHARED libgstrtp \
173 -:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
174 -:SOURCES $(libgstrtp_la_SOURCES) \
175 -:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(libgstrtp_la_CFLAGS) \
176 -:LDFLAGS $(libgstrtp_la_LDFLAGS) \
177 $(libgstrtp_la_LIBADD) \
179 -:PASSTHROUGH LOCAL_ARM_MODE:=arm \
180 LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \