0.10.28.3 pre-release
[platform/upstream/gstreamer.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_MAJORMINOR@ \
8     -lgstaudio-@GST_MAJORMINOR@ \
9     -lgstrtp-@GST_MAJORMINOR@ \
10     -lgsttag-@GST_MAJORMINOR@ \
11     -lgstpbutils-@GST_MAJORMINOR@ \
12     $(GST_BASE_LIBS) $(GST_LIBS) $(ZLIB_LIBS)
13 libgstisomp4_la_LDFLAGS = ${GST_PLUGIN_LDFLAGS}
14 libgstisomp4_la_SOURCES = isomp4-plugin.c gstrtpxqtdepay.c \
15         qtdemux.c qtdemux_types.c qtdemux_dump.c qtdemux_lang.c \
16         gstqtmux.c gstqtmoovrecover.c atoms.c atomsrecovery.c descriptors.c \
17         properties.c gstqtmuxmap.c
18 libgstisomp4_la_LIBTOOLFLAGS = --tag=disable-static
19
20 noinst_HEADERS = \
21         qtatomparser.h   \
22         qtdemux.h        \
23         qtdemux_types.h  \
24         qtdemux_dump.h   \
25         qtdemux_fourcc.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         ftypcc.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         > $@