From 2b3649f656d68924bd9616d61bd252e7eb64bfec Mon Sep 17 00:00:00 2001
From: Michael Niedermayer <michaelni@gmx.at>
Date: Mon, 18 Jan 2010 23:41:12 +0000
Subject: Fix compilation with -O0.

Originally committed as revision 21308 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavcodec/h264.c            | 3 ---
 libavcodec/h264_cavlc.c      | 4 ----
 libavcodec/h264_direct.c     | 4 ----
 libavcodec/h264_loopfilter.c | 4 ----
 4 files changed, 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>
 
-- 
cgit v1.2.3