]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/x86_cpu.h
Add FFMPEG_ prefix to all multiple inclusion guards.
[ffmpeg] / libavutil / x86_cpu.h
index 0e4b5d16c91e30b28a834f099be81156cf27d3e3..f0e875f6309c25b7d9875a5bd078e262b9ef4d70 100644 (file)
@@ -18,8 +18,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef AVUTIL_X86CPU_H
-#define AVUTIL_X86CPU_H
+#ifndef FFMPEG_X86CPU_H
+#define FFMPEG_X86CPU_H
 
 #ifdef ARCH_X86_64
 #  define REG_a "rax"
@@ -65,4 +65,4 @@
 #  define BROKEN_RELOCATIONS 1
 #endif
 
-#endif /* AVUTIL_X86CPU_H */
+#endif /* FFMPEG_X86CPU_H */