diff libdirac.h @ 7760:c4a4495715dd libavcodec

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 dcb3b40c7b71
children 7a463923ecd1
line wrap: on
line diff
--- a/libdirac.h	Sun Aug 31 07:05:55 2008 +0000
+++ b/libdirac.h	Sun Aug 31 07:39:47 2008 +0000
@@ -23,8 +23,8 @@
 * data structures common to libdiracenc.c and libdiracdec.c
 */
 
-#ifndef FFMPEG_LIBDIRAC_H
-#define FFMPEG_LIBDIRAC_H
+#ifndef AVCODEC_LIBDIRAC_H
+#define AVCODEC_LIBDIRAC_H
 
 #include "config.h"
 
@@ -46,4 +46,4 @@
 };
 
 #endif /* CONFIG_LIBDIRAC */
-#endif /* FFMPEG_LIBDIRAC_H */
+#endif /* AVCODEC_LIBDIRAC_H */