]> git.sesse.net Git - ffmpeg/commitdiff
cabac: x86: Give optimizations header a more meaningful name
authorDiego Biurrun <diego@biurrun.de>
Wed, 9 Mar 2016 09:27:12 +0000 (10:27 +0100)
committerDiego Biurrun <diego@biurrun.de>
Thu, 1 Dec 2016 07:23:54 +0000 (08:23 +0100)
libavcodec/h264_cabac.c
libavcodec/x86/h264_cabac.c [moved from libavcodec/x86/h264_i386.h with 98% similarity]

index ae1ef6b08c0371e678a1a1e79c91f9ac05d8e7d6..b28e486e52e960995128ed74032f1c4436897c4f 100644 (file)
@@ -41,7 +41,7 @@
 #include "mpegutils.h"
 
 #if ARCH_X86
-#include "x86/h264_i386.h"
+#include "x86/h264_cabac.c"
 #endif
 
 #include <assert.h>
similarity index 98%
rename from libavcodec/x86/h264_i386.h
rename to libavcodec/x86/h264_cabac.c
index ad57aa91ab0c73b10fa13a233fd3d546c1679bdd..475c450118ac2a43bb6ae53bb4f6959c373e1ac1 100644 (file)
 /**
  * @file
  * H.264 / AVC / MPEG-4 part10 codec.
- * non-MMX i386-specific optimizations for H.264
+ * non-SIMD x86-specific optimizations for H.264
  * @author Michael Niedermayer <michaelni@gmx.at>
  */
 
-#ifndef AVCODEC_X86_H264_I386_H
-#define AVCODEC_X86_H264_I386_H
-
 #include <stddef.h>
 
 #include "libavcodec/cabac.h"
@@ -201,4 +198,3 @@ static int decode_significance_8x8_x86(CABACContext *c,
 #endif /* HAVE_7REGS && !defined(BROKEN_RELOCATIONS) */
 
 #endif /* HAVE_INLINE_ASM */
-#endif /* AVCODEC_X86_H264_I386_H */