Fix compilation with -O0.

Originally committed as revision 21308 to svn://svn.ffmpeg.org/ffmpeg/trunk
release/0.6
Michael Niedermayer 15 years ago
parent 7a93858a6d
commit 2b3649f656
  1. 3
      libavcodec/h264.c
  2. 4
      libavcodec/h264_cavlc.c
  3. 4
      libavcodec/h264_direct.c
  4. 4
      libavcodec/h264_loopfilter.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>

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

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

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

Loading…
Cancel
Save