From f327e9f6edce961f5a5e4b6d8f590790a3dbfae5 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Wed, 28 May 2003 11:09:24 +0000 Subject: i didn't meant to enable it yet CVS patchset: 4968 CVS date: 2003/05/28 11:09:24 --- src/post/planar/Makefile.am | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src') 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@ -- cgit v1.2.3