summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/post/planar/Makefile.am9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/post/planar/Makefile.am b/src/post/planar/Makefile.am
index c158679be..2d7f9ac1a 100644
--- a/src/post/planar/Makefile.am
+++ b/src/post/planar/Makefile.am
@@ -4,7 +4,8 @@ AM_CFLAGS = @ANSI_FLAGS@
libdir = $(XINE_PLUGINDIR)/post
-lib_LTLIBRARIES = xineplug_post_invert.la xineplug_post_expand.la xineplug_post_deinterlace.la
+lib_LTLIBRARIES = xineplug_post_invert.la xineplug_post_expand.la
+# xineplug_post_deinterlace.la
xineplug_post_invert_la_SOURCES = invert.c
xineplug_post_invert_la_LIBADD = $(XINE_LIB)
@@ -14,6 +15,6 @@ xineplug_post_expand_la_SOURCES = expand.c
xineplug_post_expand_la_LIBADD = $(XINE_LIB)
xineplug_post_expand_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
-xineplug_post_deinterlace_la_SOURCES = deinterlace.c
-xineplug_post_deinterlace_la_LIBADD = $(XINE_LIB)
-xineplug_post_deinterlace_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
+# xineplug_post_deinterlace_la_SOURCES = deinterlace.c
+# xineplug_post_deinterlace_la_LIBADD = $(XINE_LIB)
+# xineplug_post_deinterlace_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@