summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2003-07-03 01:29:03 +0000
committerMike Melanson <mike@multimedia.cx>2003-07-03 01:29:03 +0000
commit78e0677b67c6b52e7d00db8fd855f6df8215a281 (patch)
treeed66941709887bf2cfda8c6e7a60e01f7198ce6a
parent47c9d902db7454b476ed48f90b7743dffe64281c (diff)
downloadxine-lib-78e0677b67c6b52e7d00db8fd855f6df8215a281.tar.gz
xine-lib-78e0677b67c6b52e7d00db8fd855f6df8215a281.tar.bz2
disabled plugins that will not compile
CVS patchset: 5125 CVS date: 2003/07/03 01:29:03
-rw-r--r--src/post/planar/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/post/planar/Makefile.am b/src/post/planar/Makefile.am
index 4a4db3af4..37abdc6c9 100644
--- a/src/post/planar/Makefile.am
+++ b/src/post/planar/Makefile.am
@@ -6,8 +6,9 @@ libdir = $(XINE_PLUGINDIR)/post
lib_LTLIBRARIES = xineplug_post_planar.la
-xineplug_post_planar_la_SOURCES = planar.c invert.c expand.c boxblur.c \
- denoise3d.c eq.c eq2.c unsharp.c
+#xineplug_post_planar_la_SOURCES = planar.c invert.c expand.c boxblur.c \
+# denoise3d.c eq.c eq2.c unsharp.c
+xineplug_post_planar_la_SOURCES = planar.c invert.c expand.c eq.c
xineplug_post_planar_la_LIBADD = $(XINE_LIB) -lm
xineplug_post_planar_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@