rtph264pay: avoid double buffer unmap on error
[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_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
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_fourcc.h \
27         qtdemux_lang.h   \
28         qtpalette.h      \
29         gstrtpxqtdepay.h \
30         gstqtmux.h       \
31         gstqtmoovrecover.h \
32         atoms.h          \
33         atomsrecovery.h  \
34         descriptors.h    \
35         properties.h     \
36         fourcc.h         \
37         ftypcc.h         \
38         gstqtmuxmap.h
39
40 EXTRA_DIST = \
41         gstqtmux-doc.c \
42         gstqtmux-doc.h
43
44 Android.mk: Makefile.am $(BUILT_SOURCES)
45         androgenizer \
46         -:PROJECT libgstisomp4 -:SHARED libgstisomp4 \
47          -:TAGS eng debug \
48          -:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
49          -:SOURCES $(libgstisomp4_la_SOURCES) \
50          -:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(CPPFLAGS) $(libgstisomp4_la_CFLAGS) \
51          -:LDFLAGS $(libgstisomp4_la_LDFLAGS) \
52                    $(libgstisomp4_la_LIBADD) \
53                    -ldl \
54          -:PASSTHROUGH LOCAL_ARM_MODE:=arm \
55                        LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \
56         > $@