# HG changeset patch # User michael # Date 1263858072 0 # Node ID b847f02d5b03f73f4ab05a5c955dfef9351e5fde # Parent 03d778b06643e8d47d88dd061c672f40f367cfef Fix compilation with -O0. diff -r 03d778b06643 -r b847f02d5b03 h264.c --- 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 diff -r 03d778b06643 -r b847f02d5b03 h264_cavlc.c --- 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 diff -r 03d778b06643 -r b847f02d5b03 h264_direct.c --- a/h264_direct.c Mon Jan 18 23:34:37 2010 +0000 +++ b/h264_direct.c Mon Jan 18 23:41:12 2010 +0000 @@ -33,10 +33,6 @@ #include "h264_mvpred.h" #include "rectangle.h" -#if ARCH_X86 -#include "x86/h264_i386.h" -#endif - //#undef NDEBUG #include diff -r 03d778b06643 -r b847f02d5b03 h264_loopfilter.c --- a/h264_loopfilter.c Mon Jan 18 23:34:37 2010 +0000 +++ b/h264_loopfilter.c Mon Jan 18 23:41:12 2010 +0000 @@ -33,10 +33,6 @@ #include "mathops.h" #include "rectangle.h" -#if ARCH_X86 -#include "x86/h264_i386.h" -#endif - //#undef NDEBUG #include