diff i386/dsputil_mmx.h @ 5947:37a03989871b libavcodec

use ff_ prefix for extern vars
author aurel
date Tue, 27 Nov 2007 22:36:15 +0000
parents 55251379b5b1
children aa06b0387069
line wrap: on
line diff
--- a/i386/dsputil_mmx.h	Tue Nov 27 22:23:34 2007 +0000
+++ b/i386/dsputil_mmx.h	Tue Nov 27 22:36:15 2007 +0000
@@ -22,10 +22,10 @@
 #ifndef FFMPEG_DSPUTIL_MMX_H
 #define FFMPEG_DSPUTIL_MMX_H
 
-extern const uint64_t mm_bone;
-extern const uint64_t mm_wone;
-extern const uint64_t mm_wtwo;
-extern const uint64_t mm_wabs;
+extern const uint64_t ff_bone;
+extern const uint64_t ff_wone;
+extern const uint64_t ff_wtwo;
+extern const uint64_t ff_wabs;
 
 extern const uint64_t ff_pdw_80000000[2];