8ce1978276c1ef8e6e681d7407f6e32f4d9ce933
[platform/upstream/gstreamer.git] / gst / encoding / Makefile.am
1 plugin_LTLIBRARIES = libgstencodebin.la
2
3 libgstencodebin_la_SOURCES =    \
4         gstencodebin.c          \
5         gstsmartencoder.c       \
6         gststreamcombiner.c     \
7         gststreamsplitter.c
8
9 libgstencodebin_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
10 libgstencodebin_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
11 libgstencodebin_la_LIBADD = \
12         $(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_API_VERSION@.la \
13         $(GST_LIBS)
14 libgstencodebin_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
15
16 noinst_HEADERS =                \
17         gstencodebin.h          \
18         gststreamcombiner.h     \
19         gststreamsplitter.h     \
20         gstsmartencoder.h       \
21         gststreamcombinerpad.h
22
23 include $(top_srcdir)/common/gst-glib-gen.mak
24
25 Android.mk: Makefile.am
26         androgenizer \
27         -:PROJECT libgstencodebin -:SHARED libgstencodebin \
28          -:TAGS eng debug \
29          -:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
30          -:SOURCES $(libgstencodebin_la_SOURCES) \
31                    $(nodist_libgstencodebin_la_SOURCES) \
32          -:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(libgstencodebin_la_CFLAGS) \
33          -:LDFLAGS $(libgstencodebin_la_LDFLAGS) \
34                    $(libgstencodebin_la_LIBADD) \
35                    -ldl \
36          -:PASSTHROUGH LOCAL_ARM_MODE:=arm \
37                        LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \
38         > $@