diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 2 deletions
@@ -1,6 +1,12 @@ 2008-06-17 Sebastian Dröge <slomo@circular-chaos.org> * configure.ac: + Disable deinterlace2 plugin again which was accidently enabled + with last commit. + +2008-06-17 Sebastian Dröge <slomo@circular-chaos.org> + + * configure.ac: * ext/resindvd/resindvdsrc.h: Make resindvd work with libdvdnav >= 4.0.0. diff --git a/configure.ac b/configure.ac index 6a41c6f7..39f64ea2 100644 --- a/configure.ac +++ b/configure.ac @@ -234,7 +234,6 @@ AG_GST_CHECK_PLUGIN(app) AG_GST_CHECK_PLUGIN(bayer) AG_GST_CHECK_PLUGIN(cdxaparse) AG_GST_CHECK_PLUGIN(deinterlace) -AG_GST_CHECK_PLUGIN(deinterlace2) AG_GST_CHECK_PLUGIN(dvdspu) AG_GST_CHECK_PLUGIN(festival) AG_GST_CHECK_PLUGIN(filter) @@ -1186,7 +1185,6 @@ gst/app/Makefile gst/bayer/Makefile gst/cdxaparse/Makefile gst/deinterlace/Makefile -gst/deinterlace2/Makefile gst/dvdspu/Makefile gst/festival/Makefile gst/filter/Makefile |