diff options
author | Jeff Downs <heydowns@borg.com> | 2008-04-16 04:26:52 +0000 |
---|---|---|
committer | Jeff Downs <heydowns@borg.com> | 2008-04-16 04:26:52 +0000 |
commit | 3aa9ede400d2d4a91bf2f208d225df05e8677459 (patch) | |
tree | 4bb1a92ba3ca1e78c562d27dfe5faf8fe145b529 /libavcodec/h264.c | |
parent | ad246860fa03085632c071e0a9c8d1c6577a37c1 (diff) | |
download | ffmpeg-3aa9ede400d2d4a91bf2f208d225df05e8677459.tar.gz |
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.c | 3 |
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> |