summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
diff options
context:
space:
mode:
authorJeff Downs <heydowns@borg.com>2008-04-16 04:26:52 +0000
committerJeff Downs <heydowns@borg.com>2008-04-16 04:26:52 +0000
commit3aa9ede400d2d4a91bf2f208d225df05e8677459 (patch)
tree4bb1a92ba3ca1e78c562d27dfe5faf8fe145b529 /libavcodec/h264.c
parentad246860fa03085632c071e0a9c8d1c6577a37c1 (diff)
Revert 12838 to redo it the right way (use svn copy to create new
file based on old). Originally committed as revision 12845 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h264.c')
-rw-r--r--libavcodec/h264.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index a1d4b0dfe3..4b1fe085f2 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -35,9 +35,6 @@
#include "rectangle.h"
#include "cabac.h"
-#ifdef ARCH_X86
-#include "i386/h264_i386.h"
-#endif
//#undef NDEBUG
#include <assert.h>