diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-02-24 14:36:39 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-02-24 14:36:39 +0100 |
commit | dc9a1b945bed865e8e18cf883bcbac30c817be46 (patch) | |
tree | f122cdaa246dc6ef049b3b0a165adf45e09d0b19 /docs | |
parent | 77a56d597562628b94840e707b9fbd381cbf7905 (diff) |
vorbis: Rename vorbis*.h to gstvorbis*.h to prevent name conflicts
Diffstat (limited to 'docs')
-rw-r--r-- | docs/plugins/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 1f056e21..47bff894 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -94,10 +94,10 @@ EXTRA_HFILES = \ $(top_srcdir)/ext/theora/gsttheoradec.h \ $(top_srcdir)/ext/theora/gsttheoraenc.h \ $(top_srcdir)/ext/theora/gsttheoraparse.h \ - $(top_srcdir)/ext/vorbis/vorbisdec.h \ - $(top_srcdir)/ext/vorbis/vorbisenc.h \ - $(top_srcdir)/ext/vorbis/vorbisparse.h \ - $(top_srcdir)/ext/vorbis/vorbistag.h \ + $(top_srcdir)/ext/vorbis/gstvorbisdec.h \ + $(top_srcdir)/ext/vorbis/gstvorbisenc.h \ + $(top_srcdir)/ext/vorbis/gstvorbisparse.h \ + $(top_srcdir)/ext/vorbis/gstvorbistag.h \ $(top_srcdir)/gst/adder/gstadder.h \ $(top_srcdir)/gst/audioconvert/audioconvert.h \ $(top_srcdir)/gst/audioconvert/gstaudioconvert.h \ |