Mercurial > libavcodec.hg
changeset 10929:b847f02d5b03 libavcodec
Fix compilation with -O0.
author | michael |
---|---|
date | Mon, 18 Jan 2010 23:41:12 +0000 |
parents | 03d778b06643 |
children | b4e6b2d301ad |
files | h264.c h264_cavlc.c h264_direct.c h264_loopfilter.c |
diffstat | 4 files changed, 0 insertions(+), 15 deletions(-) [+] |
line wrap: on
line diff
--- a/h264.c Mon Jan 18 23:34:37 2010 +0000 +++ b/h264.c Mon Jan 18 23:41:12 2010 +0000 @@ -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>
--- a/h264_cavlc.c Mon Jan 18 23:34:37 2010 +0000 +++ b/h264_cavlc.c Mon Jan 18 23:41:12 2010 +0000 @@ -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>