summaryrefslogtreecommitdiffstats
path: root/gst/deinterlace2/Makefile.am
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-08-02 18:09:56 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-08-02 18:09:56 +0000
commitfbaea28b978c9b73a814d8fc42bfa0dd72988104 (patch)
treedefc9a3c2060752898cfd7945e2d7520a7fbec29 /gst/deinterlace2/Makefile.am
parent9c028ad75d5adbda075c846d1c24e334490dd595 (diff)
downloadgst-plugins-bad-fbaea28b978c9b73a814d8fc42bfa0dd72988104.tar.gz
gst-plugins-bad-fbaea28b978c9b73a814d8fc42bfa0dd72988104.tar.bz2
gst-plugins-bad-fbaea28b978c9b73a814d8fc42bfa0dd72988104.zip
gst/deinterlace2/: Enable tomsmocomp again as the C port will be ready for the next release.
Original commit message from CVS: * gst/deinterlace2/Makefile.am: * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method), (gst_deinterlace2_class_init): Enable tomsmocomp again as the C port will be ready for the next release.
Diffstat (limited to 'gst/deinterlace2/Makefile.am')
-rw-r--r--gst/deinterlace2/Makefile.am7
1 files changed, 2 insertions, 5 deletions
diff --git a/gst/deinterlace2/Makefile.am b/gst/deinterlace2/Makefile.am
index fbddf189..0359ff81 100644
--- a/gst/deinterlace2/Makefile.am
+++ b/gst/deinterlace2/Makefile.am
@@ -4,9 +4,8 @@ libgstdeinterlace2_la_SOURCES = \
gstdeinterlace2.c \
tvtime/greedy.c \
tvtime/greedyh.c \
- tvtime/vfir.c
-
-# tvtime/tomsmocomp.c
+ tvtime/vfir.c \
+ tvtime/tomsmocomp.c
libgstdeinterlace2_la_CFLAGS = $(GST_CFLAGS) \
$(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(LIBOIL_CFLAGS)
@@ -14,8 +13,6 @@ libgstdeinterlace2_la_LIBADD = $(GST_LIBS) \
$(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_MAJORMINOR) $(GST_BASE_LIBS) $(LIBOIL_LIBS)
libgstdeinterlace2_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-EXTRA_DIST = tvtime/tomsmocomp.c
-
noinst_HEADERS = \
gstdeinterlace2.h \
tvtime/mmx.h \