[FFmpeg-cvslog] r21308 - in trunk/libavcodec: h264.c h264_cavlc.c h264_direct.c h264_loopfilter.c
michael
subversion
Tue Jan 19 00:41:13 CET 2010
Author: michael
Date: Tue Jan 19 00:41:12 2010
New Revision: 21308
Log:
Fix compilation with -O0.
Modified:
trunk/libavcodec/h264.c
trunk/libavcodec/h264_cavlc.c
trunk/libavcodec/h264_direct.c
trunk/libavcodec/h264_loopfilter.c
Modified: trunk/libavcodec/h264.c
==============================================================================
--- trunk/libavcodec/h264.c Tue Jan 19 00:34:37 2010 (r21307)
+++ trunk/libavcodec/h264.c Tue Jan 19 00:41:12 2010 (r21308)
@@ -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>
Modified: trunk/libavcodec/h264_cavlc.c
==============================================================================
--- trunk/libavcodec/h264_cavlc.c Tue Jan 19 00:34:37 2010 (r21307)
+++ trunk/libavcodec/h264_cavlc.c Tue Jan 19 00:41:12 2010 (r21308)
@@ -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>
Modified: trunk/libavcodec/h264_direct.c
==============================================================================
--- trunk/libavcodec/h264_direct.c Tue Jan 19 00:34:37 2010 (r21307)
+++ trunk/libavcodec/h264_direct.c Tue Jan 19 00:41:12 2010 (r21308)
@@ -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>
Modified: trunk/libavcodec/h264_loopfilter.c
==============================================================================
--- trunk/libavcodec/h264_loopfilter.c Tue Jan 19 00:34:37 2010 (r21307)
+++ trunk/libavcodec/h264_loopfilter.c Tue Jan 19 00:41:12 2010 (r21308)
@@ -33,10 +33,6 @@
#include "mathops.h"
#include "rectangle.h"
-#if ARCH_X86
-#include "x86/h264_i386.h"
-#endif
-
//#undef NDEBUG
#include <assert.h>
More information about the ffmpeg-cvslog
mailing list