OSDN Git Service

Rename internal.h --> xvid_internal.h, it clashes with libavutil/internal.h.
authorDiego Biurrun <diego@biurrun.de>
Thu, 12 Oct 2006 11:51:34 +0000 (11:51 +0000)
committerDiego Biurrun <diego@biurrun.de>
Thu, 12 Oct 2006 11:51:34 +0000 (11:51 +0000)
Originally committed as revision 6670 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/xvid_internal.h [moved from libavcodec/internal.h with 84% similarity]
libavcodec/xvid_rc.c
libavcodec/xvidff.c

similarity index 84%
rename from libavcodec/internal.h
rename to libavcodec/xvid_internal.h
index adeb11e..49c59c2 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef INTERNAL_H
-#define INTERNAL_H
+#ifndef XVID_INTERNAL_H
+#define XVID_INTERNAL_H
 
 /**
- * @file internal.h
- * common functions for internal libavcodec use
+ * @file xvid_internal.h
+ * common functions for use with the XviD wrappers
  */
 
 
 int av_tempfile(char *prefix, char **filename);
 
-#endif /* INTERNAL_H */
+#endif /* XVID_INTERNAL_H */
index b1d1cff..6a0029e 100644 (file)
@@ -23,7 +23,7 @@
 #include <xvid.h>
 #include <unistd.h>
 #include "avcodec.h"
-#include "internal.h"
+#include "xvid_internal.h"
 //#include "dsputil.h"
 #include "mpegvideo.h"
 
index 7341e52..e48bfe5 100644 (file)
@@ -29,7 +29,7 @@
 #include <unistd.h>
 #include "common.h"
 #include "avcodec.h"
-#include "internal.h"
+#include "xvid_internal.h"
 
 /**
  * Buffer management macros.