mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
debug: rename debug to debugutils to avoid clash with --disable-debug. Fixes #562168
This commit is contained in:
parent
99fcc86ee4
commit
7be792fa13
25 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -135,8 +135,8 @@ EXTRA_HFILES = \
|
|||
$(top_srcdir)/gst/avi/gstavimux.h \
|
||||
$(top_srcdir)/gst/avi/gstavisubtitle.h \
|
||||
$(top_srcdir)/gst/cutter/gstcutter.h \
|
||||
$(top_srcdir)/gst/debug/gsttaginject.h \
|
||||
$(top_srcdir)/gst/debug/progressreport.h \
|
||||
$(top_srcdir)/gst/debugutils/gsttaginject.h \
|
||||
$(top_srcdir)/gst/debugutils/progressreport.h \
|
||||
$(top_srcdir)/gst/equalizer/gstiirequalizer.h \
|
||||
$(top_srcdir)/gst/equalizer/gstiirequalizer3bands.h \
|
||||
$(top_srcdir)/gst/equalizer/gstiirequalizer10bands.h \
|
||||
|
|
Loading…
Reference in a new issue