codecparser: mpeg4 type error
[profile/ivi/gst-plugins-bad.git] / gst / sdi / Makefile.am
1 plugin_LTLIBRARIES = libgstsdi.la
2
3 libgstsdi_la_SOURCES = gstsdi.c \
4         gstsdidemux.c \
5         gstsdimux.c
6
7 libgstsdi_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
8 libgstsdi_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) \
9                        $(GST_LIBS)
10 libgstsdi_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
11 libgstsdi_la_LIBTOOLFLAGS = --tag=disable-static
12
13 noinst_HEADERS = gstsdidemux.h gstsdimux.h
14
15 Android.mk: Makefile.am $(BUILT_SOURCES)
16         androgenizer \
17         -:PROJECT libgstsdi -:SHARED libgstsdi \
18          -:TAGS eng debug \
19          -:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
20          -:SOURCES $(libgstsdi_la_SOURCES) \
21          -:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(libgstsdi_la_CFLAGS) \
22          -:LDFLAGS $(libgstsdi_la_LDFLAGS) \
23                    $(libgstsdi_la_LIBADD) \
24                    -ldl \
25          -:PASSTHROUGH LOCAL_ARM_MODE:=arm \
26                        LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \
27         > $@