diff bfin/dsputil_bfin.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 78aa57eba353
children 8327c5b4df9b
line wrap: on
line diff
--- a/bfin/dsputil_bfin.h	Sun Aug 31 07:05:55 2008 +0000
+++ b/bfin/dsputil_bfin.h	Sun Aug 31 07:39:47 2008 +0000
@@ -21,8 +21,8 @@
  */
 
 
-#ifndef FFMPEG_DSPUTIL_BFIN_H
-#define FFMPEG_DSPUTIL_BFIN_H
+#ifndef AVCODEC_BFIN_DSPUTIL_BFIN_H
+#define AVCODEC_BFIN_DSPUTIL_BFIN_H
 
 #ifdef __FDPIC__
 #define attribute_l1_text  __attribute__ ((l1_text))
@@ -71,4 +71,4 @@
 #define bfprof()
 #endif
 
-#endif /* FFMPEG_DSPUTIL_BFIN_H */
+#endif /* AVCODEC_BFIN_DSPUTIL_BFIN_H */