diff bfin/config_bfin.h @ 5828:1876bc447aa4 libavcodec

Add missing multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:31:06 +0000
parents 75bf61c6c385
children 78aa57eba353
line wrap: on
line diff
--- a/bfin/config_bfin.h	Wed Oct 17 09:21:52 2007 +0000
+++ b/bfin/config_bfin.h	Wed Oct 17 09:31:06 2007 +0000
@@ -29,6 +29,10 @@
 
       rts;
 */
+
+#ifndef FFMPEG_CONFIG_BFIN_H
+#define FFMPEG_CONFIG_BFIN_H
+
 #ifndef DEFUN
 
 #ifndef mL1
@@ -49,3 +53,4 @@
 
 #endif
 
+#endif /* FFMPEG_CONFIG_BFIN_H */