From 98694df9968ab015aa418be0997291e5d4046d67 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Sun, 1 Dec 2002 15:04:21 +0000 Subject: add post plugin Makefiles and output a list of plugins CVS patchset: 3399 CVS date: 2002/12/01 15:04:21 --- configure.ac | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/configure.ac b/configure.ac index da5c2bd01..40c1691fe 100644 --- a/configure.ac +++ b/configure.ac @@ -1165,6 +1165,8 @@ src/libxinevdec/Makefile src/libxineadec/Makefile src/libxineadec/gsm610/Makefile src/libreal/Makefile +src/post/Makefile +src/post/planar/Makefile src/video_out/Makefile src/video_out/libdha/Makefile src/video_out/libdha/bin/Makefile @@ -1289,6 +1291,12 @@ if test x"$have_dxr3" = "xyes"; then fi echo "" +dnl post plugins +echo " * post effect plugins:" +echo " * planar video effects:" +echo " - invert" +echo "" + dnl Video plugins echo " * video driver plugins:" if test x"$no_x" != "xyes"; then -- cgit v1.2.3