Originally committed as revision 21308 to svn://svn.ffmpeg.org/ffmpeg/trunktags/v0.6
| @@ -39,9 +39,6 @@ | |||||
| #include "vdpau_internal.h" | #include "vdpau_internal.h" | ||||
| #include "cabac.h" | #include "cabac.h" | ||||
| #if ARCH_X86 | |||||
| #include "x86/h264_i386.h" | |||||
| #endif | |||||
| //#undef NDEBUG | //#undef NDEBUG | ||||
| #include <assert.h> | #include <assert.h> | ||||
| @@ -35,10 +35,6 @@ | |||||
| #include "h264_mvpred.h" | #include "h264_mvpred.h" | ||||
| #include "golomb.h" | #include "golomb.h" | ||||
| #if ARCH_X86 | |||||
| #include "x86/h264_i386.h" | |||||
| #endif | |||||
| //#undef NDEBUG | //#undef NDEBUG | ||||
| #include <assert.h> | #include <assert.h> | ||||
| @@ -33,10 +33,6 @@ | |||||
| #include "h264_mvpred.h" | #include "h264_mvpred.h" | ||||
| #include "rectangle.h" | #include "rectangle.h" | ||||
| #if ARCH_X86 | |||||
| #include "x86/h264_i386.h" | |||||
| #endif | |||||
| //#undef NDEBUG | //#undef NDEBUG | ||||
| #include <assert.h> | #include <assert.h> | ||||
| @@ -33,10 +33,6 @@ | |||||
| #include "mathops.h" | #include "mathops.h" | ||||
| #include "rectangle.h" | #include "rectangle.h" | ||||
| #if ARCH_X86 | |||||
| #include "x86/h264_i386.h" | |||||
| #endif | |||||
| //#undef NDEBUG | //#undef NDEBUG | ||||
| #include <assert.h> | #include <assert.h> | ||||