2011-02-18 15:24:54 +00:00
|
|
|
plugin_LTLIBRARIES = libgstvideoparsersbad.la
|
2010-05-13 20:38:03 +00:00
|
|
|
|
2011-02-18 15:24:54 +00:00
|
|
|
libgstvideoparsersbad_la_SOURCES = plugin.c \
|
2010-10-09 22:08:39 +00:00
|
|
|
h263parse.c gsth263parse.c \
|
2011-05-23 10:06:01 +00:00
|
|
|
gstdiracparse.c dirac_parse.c \
|
2011-08-02 10:37:02 +00:00
|
|
|
gsth264parse.c gstmpegvideoparse.c
|
2011-06-23 16:54:43 +00:00
|
|
|
|
2011-02-18 15:24:54 +00:00
|
|
|
libgstvideoparsersbad_la_CFLAGS = \
|
2011-06-23 16:54:43 +00:00
|
|
|
$(GST_PLUGINS_BAD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) \
|
2011-04-02 17:30:22 +00:00
|
|
|
$(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
2011-06-23 16:54:43 +00:00
|
|
|
libgstvideoparsersbad_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
|
|
|
|
$(top_builddir)/gst-libs/gst/codecparsers/libgstcodecparsers-$(GST_MAJORMINOR).la \
|
2011-02-18 12:39:08 +00:00
|
|
|
$(GST_BASE_LIBS) $(GST_LIBS)
|
2011-02-18 15:24:54 +00:00
|
|
|
libgstvideoparsersbad_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
libgstvideoparsersbad_la_LIBTOOLFLAGS = --tag=disable-static
|
2010-05-13 20:38:03 +00:00
|
|
|
|
2011-01-28 11:38:19 +00:00
|
|
|
noinst_HEADERS = gsth263parse.h h263parse.h \
|
2011-05-23 10:06:01 +00:00
|
|
|
gstdiracparse.h dirac_parse.h \
|
2011-08-02 10:37:02 +00:00
|
|
|
gsth264parse.h gstmpegvideoparse.h
|
2010-10-09 22:08:39 +00:00
|
|
|
|
2011-04-11 04:36:35 +00:00
|
|
|
Android.mk: Makefile.am $(BUILT_SOURCES)
|
|
|
|
androgenizer \
|
|
|
|
-:PROJECT libgstvideoparsersbad -:SHARED libgstvideoparsersbad \
|
|
|
|
-:TAGS eng debug \
|
|
|
|
-:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
|
|
|
|
-:SOURCES $(libgstvideoparsersbad_la_SOURCES) \
|
|
|
|
-:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(libgstvideoparsersbad_la_CFLAGS) \
|
|
|
|
-:LDFLAGS $(libgstvideoparsersbad_la_LDFLAGS) \
|
|
|
|
$(libgstvideoparsersbad_la_LIBADD) \
|
|
|
|
-ldl \
|
|
|
|
-:LIBFILTER_STATIC gstbaseparse-@GST_MAJORMINOR@ \
|
|
|
|
-:PASSTHROUGH LOCAL_ARM_MODE:=arm \
|
|
|
|
LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \
|
|
|
|
> $@
|