From 7be792fa138dcb4634eb893074042b7440e56594 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Wed, 15 Apr 2009 16:03:27 +0300 Subject: debug: rename debug to debugutils to avoid clash with --disable-debug. Fixes #562168 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 3a4fd2d0..bb12f78d 100644 --- a/configure.ac +++ b/configure.ac @@ -290,7 +290,7 @@ AG_GST_CHECK_PLUGIN(auparse) AG_GST_CHECK_PLUGIN(autodetect) AG_GST_CHECK_PLUGIN(avi) AG_GST_CHECK_PLUGIN(cutter) -AG_GST_CHECK_PLUGIN(debug) +AG_GST_CHECK_PLUGIN(debugutils) AG_GST_CHECK_PLUGIN(effectv) AG_GST_CHECK_PLUGIN(equalizer) AG_GST_CHECK_PLUGIN(id3demux) @@ -1065,7 +1065,7 @@ gst/auparse/Makefile gst/autodetect/Makefile gst/avi/Makefile gst/cutter/Makefile -gst/debug/Makefile +gst/debugutils/Makefile gst/effectv/Makefile gst/equalizer/Makefile gst/id3demux/Makefile -- cgit