2010-08-13 15:36:38 +00:00
|
|
|
plugin_LTLIBRARIES = libgstencodebin.la
|
|
|
|
|
|
|
|
libgstencodebin_la_SOURCES = \
|
|
|
|
gstencodebin.c \
|
|
|
|
gstsmartencoder.c \
|
|
|
|
gststreamcombiner.c \
|
|
|
|
gststreamsplitter.c
|
|
|
|
|
|
|
|
libgstencodebin_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
|
|
|
libgstencodebin_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
libgstencodebin_la_LIBADD = \
|
2012-04-04 12:20:13 +00:00
|
|
|
$(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_API_VERSION@.la \
|
2010-08-13 15:36:38 +00:00
|
|
|
$(GST_LIBS)
|
2012-10-24 10:10:44 +00:00
|
|
|
libgstencodebin_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
2010-08-13 15:36:38 +00:00
|
|
|
|
|
|
|
noinst_HEADERS = \
|
|
|
|
gstencodebin.h \
|
|
|
|
gststreamcombiner.h \
|
|
|
|
gststreamsplitter.h \
|
2013-07-21 22:48:54 +00:00
|
|
|
gstsmartencoder.h \
|
|
|
|
gststreamcombinerpad.h
|
2010-08-13 15:36:38 +00:00
|
|
|
|
|
|
|
include $(top_srcdir)/common/gst-glib-gen.mak
|
|
|
|
|
2012-08-04 22:09:06 +00:00
|
|
|
Android.mk: Makefile.am
|
2011-01-27 16:28:51 +00:00
|
|
|
androgenizer \
|
|
|
|
-:PROJECT libgstencodebin -:SHARED libgstencodebin \
|
|
|
|
-:TAGS eng debug \
|
|
|
|
-:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
|
|
|
|
-:SOURCES $(libgstencodebin_la_SOURCES) \
|
|
|
|
$(nodist_libgstencodebin_la_SOURCES) \
|
|
|
|
-:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(libgstencodebin_la_CFLAGS) \
|
|
|
|
-:LDFLAGS $(libgstencodebin_la_LDFLAGS) \
|
|
|
|
$(libgstencodebin_la_LIBADD) \
|
|
|
|
-ldl \
|
|
|
|
-:PASSTHROUGH LOCAL_ARM_MODE:=arm \
|
|
|
|
LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \
|
|
|
|
> $@
|