diff bfin/dsputil_bfin.h @ 5830:1d83e9c34641 libavcodec

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:37:46 +0000
parents 189a1229a7a6
children 78aa57eba353
line wrap: on
line diff
--- a/bfin/dsputil_bfin.h	Wed Oct 17 09:34:48 2007 +0000
+++ b/bfin/dsputil_bfin.h	Wed Oct 17 09:37:46 2007 +0000
@@ -21,8 +21,8 @@
  */
 
 
-#ifndef DSPUTIL_BFIN_H
-#define DSPUTIL_BFIN_H
+#ifndef FFMPEG_DSPUTIL_BFIN_H
+#define FFMPEG_DSPUTIL_BFIN_H
 
 #define attribute_l1_text  __attribute__ ((l1_text))
 
@@ -65,4 +65,4 @@
 #define bfprof()
 #endif
 
-#endif
+#endif /* FFMPEG_DSPUTIL_BFIN_H */