summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2010-01-18 23:41:12 +0000
committerMichael Niedermayer <michaelni@gmx.at>2010-01-18 23:41:12 +0000
commit2b3649f656d68924bd9616d61bd252e7eb64bfec (patch)
tree8866c2aaa9b4f7377d8bbaf327243352a75f28c1 /libavcodec/h264.c
parent7a93858a6d976cd0b1ace8686251a5f8dd6c7bac (diff)
Fix compilation with -O0.
Originally committed as revision 21308 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h264.c')
-rw-r--r--libavcodec/h264.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index 63fe549062..a469306b4e 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -39,9 +39,6 @@
#include "vdpau_internal.h"
#include "cabac.h"
-#if ARCH_X86
-#include "x86/h264_i386.h"
-#endif
//#undef NDEBUG
#include <assert.h>