Fix compilation with -O0.

Originally committed as revision 21308 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2010-01-18 23:41:12 +00:00
parent 7a93858a6d
commit 2b3649f656
4 changed files with 0 additions and 15 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -33,10 +33,6 @@
#include "mathops.h"
#include "rectangle.h"
#if ARCH_X86
#include "x86/h264_i386.h"
#endif
//#undef NDEBUG
#include <assert.h>