vorbis: Rename vorbis*.h to gstvorbis*.h to prevent name conflicts
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 24 Feb 2009 13:36:39 +0000 (14:36 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 24 Feb 2009 13:36:39 +0000 (14:36 +0100)
docs/plugins/Makefile.am
ext/vorbis/Makefile.am
ext/vorbis/gstvorbisdec.h [moved from ext/vorbis/vorbisdec.h with 100% similarity]
ext/vorbis/gstvorbisenc.h [moved from ext/vorbis/vorbisenc.h with 100% similarity]
ext/vorbis/gstvorbisparse.h [moved from ext/vorbis/vorbisparse.h with 100% similarity]
ext/vorbis/gstvorbistag.h [moved from ext/vorbis/vorbistag.h with 98% similarity]
ext/vorbis/vorbis.c
ext/vorbis/vorbisdec.c
ext/vorbis/vorbisenc.c
ext/vorbis/vorbisparse.c
ext/vorbis/vorbistag.c

index 1f056e2..47bff89 100644 (file)
@@ -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 \
index 21355f2..604431e 100644 (file)
@@ -13,4 +13,4 @@ libgstvorbis_la_LIBADD = \
 libgstvorbis_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
 libgstvorbis_la_LIBTOOLFLAGS = --tag=disable-static
 
-noinst_HEADERS = vorbisenc.h vorbisdec.h vorbisparse.h vorbistag.h
+noinst_HEADERS = gstvorbisenc.h gstvorbisdec.h gstvorbisparse.h gstvorbistag.h
similarity index 98%
rename from ext/vorbis/vorbistag.h
rename to ext/vorbis/gstvorbistag.h
index 66d26a6..9a44300 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef __GST_VORBIS_TAG_H__
 #define __GST_VORBIS_TAG_H__
 
-#include "vorbisparse.h"
+#include "gstvorbisparse.h"
 
 
 G_BEGIN_DECLS
index 3ad81b0..8a337a6 100644 (file)
 
 #include "gst/tag/tag.h"
 
-#include "vorbisenc.h"
-#include "vorbisdec.h"
-#include "vorbisparse.h"
-#include "vorbistag.h"
+#include "gstvorbisenc.h"
+#include "gstvorbisdec.h"
+#include "gstvorbisparse.h"
+#include "gstvorbistag.h"
 
 GST_DEBUG_CATEGORY (vorbisenc_debug);
 GST_DEBUG_CATEGORY (vorbisdec_debug);
index e27126b..5d462d2 100644 (file)
@@ -40,7 +40,7 @@
 #  include "config.h"
 #endif
 
-#include "vorbisdec.h"
+#include "gstvorbisdec.h"
 #include <string.h>
 #include <gst/audio/audio.h>
 #include <gst/tag/tag.h>
index 3447ccf..b3eade9 100644 (file)
  *
  * Last reviewed on 2006-03-01 (0.10.4)
  */
-
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
+
 #include <stdlib.h>
 #include <string.h>
 #include <time.h>
@@ -51,7 +51,7 @@
 #include <gst/gsttagsetter.h>
 #include <gst/tag/tag.h>
 #include <gst/audio/multichannel.h>
-#include "vorbisenc.h"
+#include "gstvorbisenc.h"
 
 GST_DEBUG_CATEGORY_EXTERN (vorbisenc_debug);
 #define GST_CAT_DEFAULT vorbisenc_debug
index 08cd993..96a1a31 100644 (file)
@@ -53,7 +53,7 @@
 #  include "config.h"
 #endif
 
-#include "vorbisparse.h"
+#include "gstvorbisparse.h"
 
 GST_DEBUG_CATEGORY_EXTERN (vorbisparse_debug);
 #define GST_CAT_DEFAULT vorbisparse_debug
index fda84e4..67a931d 100644 (file)
@@ -54,7 +54,7 @@
 
 #include <vorbis/codec.h>
 
-#include "vorbistag.h"
+#include "gstvorbistag.h"
 
 
 GST_DEBUG_CATEGORY_EXTERN (vorbisparse_debug);