Tizen 2.0 Release
[framework/multimedia/gst-plugins-good0.10.git] / gst / deinterlace / Makefile.am
1 plugin_LTLIBRARIES = libgstdeinterlace.la
2
3 ORC_SOURCE=tvtime
4 include $(top_srcdir)/common/orc.mak
5
6 libgstdeinterlace_la_SOURCES = \
7         gstdeinterlace.c \
8         gstdeinterlacemethod.c \
9         tvtime/tomsmocomp.c \
10         tvtime/greedy.c \
11         tvtime/greedyh.c \
12         tvtime/vfir.c \
13         tvtime/weavetff.c \
14         tvtime/weavebff.c \
15         tvtime/weave.c \
16         tvtime/linear.c \
17         tvtime/linearblend.c \
18         tvtime/scalerbob.c
19 nodist_libgstdeinterlace_la_SOURCES = $(ORC_NODIST_SOURCES)
20
21 libgstdeinterlace_la_CFLAGS = \
22         $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(ORC_CFLAGS)
23 libgstdeinterlace_la_LIBADD = \
24         $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_MAJORMINOR) $(GST_BASE_LIBS) $(GST_LIBS) $(ORC_LIBS)
25 libgstdeinterlace_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
26 libgstdeinterlace_la_LIBTOOLFLAGS = --tag=disable-static
27
28 noinst_HEADERS = \
29         gstdeinterlace.h \
30         gstdeinterlacemethod.h \
31         tvtime/mmx.h \
32         tvtime/sse.h \
33         tvtime/greedyh.asm \
34         tvtime/greedyhmacros.h \
35         tvtime/plugins.h \
36         tvtime/x86-64_macros.inc \
37         tvtime/tomsmocomp/SearchLoop0A.inc \
38         tvtime/tomsmocomp/SearchLoopBottom.inc \
39         tvtime/tomsmocomp/SearchLoopEdgeA8.inc \
40         tvtime/tomsmocomp/SearchLoopEdgeA.inc \
41         tvtime/tomsmocomp/SearchLoopOddA2.inc \
42         tvtime/tomsmocomp/SearchLoopOddA6.inc \
43         tvtime/tomsmocomp/SearchLoopOddAH2.inc \
44         tvtime/tomsmocomp/SearchLoopOddAH.inc \
45         tvtime/tomsmocomp/SearchLoopOddA.inc \
46         tvtime/tomsmocomp/SearchLoopTop.inc \
47         tvtime/tomsmocomp/SearchLoopVAH.inc \
48         tvtime/tomsmocomp/SearchLoopVA.inc \
49         tvtime/tomsmocomp/StrangeBob.inc \
50         tvtime/tomsmocomp/TomsMoCompAll2.inc \
51         tvtime/tomsmocomp/TomsMoCompAll.inc \
52         tvtime/tomsmocomp/tomsmocompmacros.h \
53         tvtime/tomsmocomp/WierdBob.inc
54
55 Android.mk: Makefile.am $(BUILT_SOURCES)
56         androgenizer \
57         -:PROJECT libgstdeinterlace -:SHARED libgstdeinterlace \
58          -:TAGS eng debug \
59          -:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
60          -:SOURCES $(libgstdeinterlace_la_SOURCES) \
61                    $(nodist_libgstdeinterlace_la_SOURCES) \
62          -:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(libgstdeinterlace_la_CFLAGS) \
63          -:LDFLAGS $(libgstdeinterlace_la_LDFLAGS) \
64                    $(libgstdeinterlace_la_LIBADD) \
65                    -ldl \
66          -:PASSTHROUGH LOCAL_ARM_MODE:=arm \
67                        LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \
68         > $@