diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2010-01-18 23:41:12 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2010-01-18 23:41:12 +0000 |
commit | 2b3649f656d68924bd9616d61bd252e7eb64bfec (patch) | |
tree | 8866c2aaa9b4f7377d8bbaf327243352a75f28c1 /libavcodec | |
parent | 7a93858a6d976cd0b1ace8686251a5f8dd6c7bac (diff) | |
download | ffmpeg-2b3649f656d68924bd9616d61bd252e7eb64bfec.tar.gz |
Fix compilation with -O0.
Originally committed as revision 21308 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/h264.c | 3 | ||||
-rw-r--r-- | libavcodec/h264_cavlc.c | 4 | ||||
-rw-r--r-- | libavcodec/h264_direct.c | 4 | ||||
-rw-r--r-- | libavcodec/h264_loopfilter.c | 4 |
4 files changed, 0 insertions, 15 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> diff --git a/libavcodec/h264_cavlc.c b/libavcodec/h264_cavlc.c index 86ee926b5c..e71ded1e53 100644 --- a/libavcodec/h264_cavlc.c +++ b/libavcodec/h264_cavlc.c @@ -35,10 +35,6 @@ #include "h264_mvpred.h" #include "golomb.h" -#if ARCH_X86 -#include "x86/h264_i386.h" -#endif - //#undef NDEBUG #include <assert.h> diff --git a/libavcodec/h264_direct.c b/libavcodec/h264_direct.c index 6b656b1f79..24396bf901 100644 --- a/libavcodec/h264_direct.c +++ b/libavcodec/h264_direct.c @@ -33,10 +33,6 @@ #include "h264_mvpred.h" #include "rectangle.h" -#if ARCH_X86 -#include "x86/h264_i386.h" -#endif - //#undef NDEBUG #include <assert.h> diff --git a/libavcodec/h264_loopfilter.c b/libavcodec/h264_loopfilter.c index fb52197df0..2ae3fd9a4a 100644 --- a/libavcodec/h264_loopfilter.c +++ b/libavcodec/h264_loopfilter.c @@ -33,10 +33,6 @@ #include "mathops.h" #include "rectangle.h" -#if ARCH_X86 -#include "x86/h264_i386.h" -#endif - //#undef NDEBUG #include <assert.h> |