debug: rename debug to debugutils to avoid clash with --disable-debug. Fixes #562168

This commit is contained in:
Stefan Kost 2009-04-15 16:03:27 +03:00
parent 99fcc86ee4
commit 7be792fa13
25 changed files with 4 additions and 4 deletions

View file

@ -290,7 +290,7 @@ AG_GST_CHECK_PLUGIN(auparse)
AG_GST_CHECK_PLUGIN(autodetect) AG_GST_CHECK_PLUGIN(autodetect)
AG_GST_CHECK_PLUGIN(avi) AG_GST_CHECK_PLUGIN(avi)
AG_GST_CHECK_PLUGIN(cutter) AG_GST_CHECK_PLUGIN(cutter)
AG_GST_CHECK_PLUGIN(debug) AG_GST_CHECK_PLUGIN(debugutils)
AG_GST_CHECK_PLUGIN(effectv) AG_GST_CHECK_PLUGIN(effectv)
AG_GST_CHECK_PLUGIN(equalizer) AG_GST_CHECK_PLUGIN(equalizer)
AG_GST_CHECK_PLUGIN(id3demux) AG_GST_CHECK_PLUGIN(id3demux)
@ -1065,7 +1065,7 @@ gst/auparse/Makefile
gst/autodetect/Makefile gst/autodetect/Makefile
gst/avi/Makefile gst/avi/Makefile
gst/cutter/Makefile gst/cutter/Makefile
gst/debug/Makefile gst/debugutils/Makefile
gst/effectv/Makefile gst/effectv/Makefile
gst/equalizer/Makefile gst/equalizer/Makefile
gst/id3demux/Makefile gst/id3demux/Makefile

View file

@ -135,8 +135,8 @@ EXTRA_HFILES = \
$(top_srcdir)/gst/avi/gstavimux.h \ $(top_srcdir)/gst/avi/gstavimux.h \
$(top_srcdir)/gst/avi/gstavisubtitle.h \ $(top_srcdir)/gst/avi/gstavisubtitle.h \
$(top_srcdir)/gst/cutter/gstcutter.h \ $(top_srcdir)/gst/cutter/gstcutter.h \
$(top_srcdir)/gst/debug/gsttaginject.h \ $(top_srcdir)/gst/debugutils/gsttaginject.h \
$(top_srcdir)/gst/debug/progressreport.h \ $(top_srcdir)/gst/debugutils/progressreport.h \
$(top_srcdir)/gst/equalizer/gstiirequalizer.h \ $(top_srcdir)/gst/equalizer/gstiirequalizer.h \
$(top_srcdir)/gst/equalizer/gstiirequalizer3bands.h \ $(top_srcdir)/gst/equalizer/gstiirequalizer3bands.h \
$(top_srcdir)/gst/equalizer/gstiirequalizer10bands.h \ $(top_srcdir)/gst/equalizer/gstiirequalizer10bands.h \