mssdemux: parse the fps from h264 codec data if possible
[platform/upstream/gstreamer.git] / ext / smoothstreaming / Makefile.am
1
2 plugin_LTLIBRARIES = libgstsmoothstreaming.la
3
4 libgstsmoothstreaming_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) \
5     $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) \
6     -DGST_USE_UNSTABLE_API
7 libgstsmoothstreaming_la_LIBADD = \
8     $(top_builddir)/gst-libs/gst/codecparsers/libgstcodecparsers-$(GST_MAJORMINOR).la \
9     $(top_builddir)/gst-libs/gst/uridownloader/libgsturidownloader-$(GST_MAJORMINOR).la \
10     $(GST_PLUGINS_BASE_LIBS) \
11     -lgsttag-@GST_MAJORMINOR@ \
12     $(GST_BASE_LIBS) $(GST_LIBS) $(ZLIB_LIBS)
13 libgstsmoothstreaming_la_LDFLAGS = ${GST_PLUGIN_LDFLAGS}
14 libgstsmoothstreaming_la_SOURCES = gstsmoothstreaming-plugin.c \
15         gstmssdemux.c \
16         gstmssmanifest.c \
17 libgstsmoothstreaming_la_LIBTOOLFLAGS = --tag=disable-static
18
19 noinst_HEADERS = gstmssdemux.h \
20         gstmssmanifest.h
21
22 Android.mk: Makefile.am $(BUILT_SOURCES)
23         androgenizer \
24         -:PROJECT libgstsmoothstreaming -:SHARED libgstsmoothstreaming \
25          -:TAGS eng debug \
26          -:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
27          -:SOURCES $(libgstsmoothstreaming_la_SOURCES) \
28          -:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(CPPFLAGS) $(libgstsmoothstreaming_la_CFLAGS) \
29          -:LDFLAGS $(libgstsmoothstreaming_la_LDFLAGS) \
30                    $(libgstsmoothstreaming_la_LIBADD) \
31                    -ldl \
32          -:PASSTHROUGH LOCAL_ARM_MODE:=arm \
33                        LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \
34         > $@
35