diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-05-28 11:09:24 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-05-28 11:09:24 +0000 |
commit | f327e9f6edce961f5a5e4b6d8f590790a3dbfae5 (patch) | |
tree | d257705c0b78eeb1a81ad43f886d1bd24e241850 /src | |
parent | d54462cfb624394842433722e9ce712743a370c0 (diff) | |
download | xine-lib-f327e9f6edce961f5a5e4b6d8f590790a3dbfae5.tar.gz xine-lib-f327e9f6edce961f5a5e4b6d8f590790a3dbfae5.tar.bz2 |
i didn't meant to enable it yet
CVS patchset: 4968
CVS date: 2003/05/28 11:09:24
Diffstat (limited to 'src')
-rw-r--r-- | src/post/planar/Makefile.am | 9 |
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@ |