diff integer.h @ 392:d0f3bb6e367e libavutil

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:37:46 +0000
parents f13e5473611e
children 8d25a4b50588
line wrap: on
line diff
--- a/integer.h	Wed Oct 17 09:16:21 2007 +0000
+++ b/integer.h	Wed Oct 17 09:37:46 2007 +0000
@@ -25,8 +25,8 @@
  * @author Michael Niedermayer <michaelni@gmx.at>
  */
 
-#ifndef INTEGER_H
-#define INTEGER_H
+#ifndef FFMPEG_INTEGER_H
+#define FFMPEG_INTEGER_H
 
 #include <stdint.h>
 
@@ -80,4 +80,4 @@
  */
 int64_t av_i2int(AVInteger a);
 
-#endif // INTEGER_H
+#endif /* FFMPEG_INTEGER_H */