diff dsputil.h @ 5830:1d83e9c34641 libavcodec

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:37:46 +0000
parents 09f99af1db40
children 83ac4620c6ed
line wrap: on
line diff
--- a/dsputil.h	Wed Oct 17 09:34:48 2007 +0000
+++ b/dsputil.h	Wed Oct 17 09:37:46 2007 +0000
@@ -27,8 +27,8 @@
  * absolutely necessary to call emms_c() between dsp & float/double code
  */
 
-#ifndef DSPUTIL_H
-#define DSPUTIL_H
+#ifndef FFMPEG_DSPUTIL_H
+#define FFMPEG_DSPUTIL_H
 
 #include "avcodec.h"
 
@@ -743,4 +743,4 @@
     }
 }
 
-#endif
+#endif /* FFMPEG_DSPUTIL_H */