diff common.h @ 567:bd4052d9050c libavutil

Globally rename the header inclusion guard names. Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_".
author stefano
date Sun, 31 Aug 2008 07:39:47 +0000
parents 5cdb952bd09a
children 481638df1e8b
line wrap: on
line diff
--- a/common.h	Tue Aug 19 22:17:13 2008 +0000
+++ b/common.h	Sun Aug 31 07:39:47 2008 +0000
@@ -23,8 +23,8 @@
  * common internal and external API header
  */
 
-#ifndef FFMPEG_COMMON_H
-#define FFMPEG_COMMON_H
+#ifndef AVUTIL_COMMON_H
+#define AVUTIL_COMMON_H
 
 #include <inttypes.h>
 
@@ -412,4 +412,4 @@
 #   define NULL_IF_CONFIG_SMALL(x) x
 #endif
 
-#endif /* FFMPEG_COMMON_H */
+#endif /* AVUTIL_COMMON_H */