diff options
author | Diego Biurrun <diego@biurrun.de> | 2014-03-26 04:41:23 -0700 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2014-04-04 19:08:05 +0200 |
commit | b42f49e42f8cde25a788b2d13d03e99ca2956647 (patch) | |
tree | 95ab896716289f8838d58811005e5fc26dd5d4ef /libavcodec/x86/mpegvideo.c | |
parent | 3dc6272bed7890a49080e18eacf3c7a4a6594b0d (diff) | |
download | ffmpeg-b42f49e42f8cde25a788b2d13d03e99ca2956647.tar.gz |
x86: dsputil: Eliminate some unnecessary dsputil_x86.h #includes
Diffstat (limited to 'libavcodec/x86/mpegvideo.c')
-rw-r--r-- | libavcodec/x86/mpegvideo.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/x86/mpegvideo.c b/libavcodec/x86/mpegvideo.c index 25b44e6768..db94ffabb0 100644 --- a/libavcodec/x86/mpegvideo.c +++ b/libavcodec/x86/mpegvideo.c @@ -25,7 +25,6 @@ #include "libavutil/x86/cpu.h" #include "libavcodec/avcodec.h" #include "libavcodec/mpegvideo.h" -#include "dsputil_x86.h" #if HAVE_INLINE_ASM |