diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-12-01 15:04:21 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-12-01 15:04:21 +0000 |
commit | 98694df9968ab015aa418be0997291e5d4046d67 (patch) | |
tree | c0b2becc982ad490be75f9f57ac1c132cb2f2bd4 | |
parent | bf7f88dbb589de79422d59843f4990f2d1f6ffec (diff) | |
download | xine-lib-98694df9968ab015aa418be0997291e5d4046d67.tar.gz xine-lib-98694df9968ab015aa418be0997291e5d4046d67.tar.bz2 |
add post plugin Makefiles and output a list of plugins
CVS patchset: 3399
CVS date: 2002/12/01 15:04:21
-rw-r--r-- | configure.ac | 8 |
1 files changed, 8 insertions, 0 deletions
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 |