[FFmpeg-cvslog] r10267 - trunk/libavcodec/bfin/mathops.h

diego subversion
Fri Aug 31 00:41:55 CEST 2007


Author: diego
Date: Fri Aug 31 00:41:54 2007
New Revision: 10267

Log:
Use a consistent multiple inclusion guard.


Modified:
   trunk/libavcodec/bfin/mathops.h

Modified: trunk/libavcodec/bfin/mathops.h
==============================================================================
--- trunk/libavcodec/bfin/mathops.h	(original)
+++ trunk/libavcodec/bfin/mathops.h	Fri Aug 31 00:41:54 2007
@@ -19,8 +19,8 @@
  * License along with FFmpeg; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
-#ifndef MATHOPS_BFIN
-#define MATHOPS_BFIN
+#ifndef AVCODEC_BFIN_MATHOPS_H
+#define AVCODEC_BFIN_MATHOPS_H
 
 #ifdef CONFIG_MPEGAUDIO_HP
 #define MULH(X,Y) ({ int xxo;                           \
@@ -49,4 +49,4 @@
        : "=W" (xxo) : "d" (a), "d" (b));                \
     xxo; })
 
-#endif
+#endif /* AVCODEC_BFIN_MATHOPS_H */




More information about the ffmpeg-cvslog mailing list