qtdemux: Initial 'sidx' atom parsing support
[platform/upstream/gst-plugins-good.git] / gst / isomp4 / Makefile.am
1
2 plugin_LTLIBRARIES = libgstisomp4.la
3
4 libgstisomp4_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
5 libgstisomp4_la_LIBADD = \
6     $(GST_PLUGINS_BASE_LIBS) \
7     -lgstriff-@GST_API_VERSION@ \
8     -lgstaudio-@GST_API_VERSION@ \
9     -lgstvideo-@GST_API_VERSION@ \
10     -lgstrtp-@GST_API_VERSION@ \
11     -lgsttag-@GST_API_VERSION@ \
12     -lgstpbutils-@GST_API_VERSION@ \
13     $(GST_BASE_LIBS) $(GST_LIBS) $(ZLIB_LIBS)
14 libgstisomp4_la_LDFLAGS = ${GST_PLUGIN_LDFLAGS}
15 libgstisomp4_la_SOURCES = isomp4-plugin.c gstrtpxqtdepay.c \
16         qtdemux.c qtdemux_types.c qtdemux_dump.c qtdemux_lang.c \
17         gstqtmux.c gstqtmoovrecover.c atoms.c atomsrecovery.c descriptors.c \
18         properties.c gstqtmuxmap.c gstisoff.c
19 libgstisomp4_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
20
21 noinst_HEADERS = \
22         qtatomparser.h   \
23         qtdemux.h        \
24         qtdemux_types.h  \
25         qtdemux_dump.h   \
26         qtdemux_lang.h   \
27         qtpalette.h      \
28         gstrtpxqtdepay.h \
29         gstqtmux.h       \
30         gstqtmoovrecover.h \
31         atoms.h          \
32         atomsrecovery.h  \
33         descriptors.h    \
34         properties.h     \
35         fourcc.h         \
36         gstisoff.h       \
37         gstqtmuxmap.h
38
39 EXTRA_DIST = \
40         gstqtmux-doc.c \
41         gstqtmux-doc.h
42
43 Android.mk: Makefile.am $(BUILT_SOURCES)
44         androgenizer \
45         -:PROJECT libgstisomp4 -:SHARED libgstisomp4 \
46          -:TAGS eng debug \
47          -:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
48          -:SOURCES $(libgstisomp4_la_SOURCES) \
49          -:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(CPPFLAGS) $(libgstisomp4_la_CFLAGS) \
50          -:LDFLAGS $(libgstisomp4_la_LDFLAGS) \
51                    $(libgstisomp4_la_LIBADD) \
52                    -ldl \
53          -:PASSTHROUGH LOCAL_ARM_MODE:=arm \
54                        LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \
55         > $@