videoconvert: prevent bad interlaced conversions
[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 = --tag=disable-static
15
16 noinst_HEADERS =                \
17         gstencodebin.h          \
18         gststreamcombiner.h     \
19         gststreamsplitter.h     \
20         gstsmartencoder.h
21
22 include $(top_srcdir)/common/gst-glib-gen.mak
23
24 Android.mk: Makefile.am
25         androgenizer \
26         -:PROJECT libgstencodebin -:SHARED libgstencodebin \
27          -:TAGS eng debug \
28          -:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
29          -:SOURCES $(libgstencodebin_la_SOURCES) \
30                    $(nodist_libgstencodebin_la_SOURCES) \
31          -:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(libgstencodebin_la_CFLAGS) \
32          -:LDFLAGS $(libgstencodebin_la_LDFLAGS) \
33                    $(libgstencodebin_la_LIBADD) \
34                    -ldl \
35          -:PASSTHROUGH LOCAL_ARM_MODE:=arm \
36                        LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \
37         > $@