summaryrefslogtreecommitdiff
path: root/libavcodec/x86/mpegvideoenc.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-03-26 04:41:23 -0700
committerDiego Biurrun <diego@biurrun.de>2014-04-04 19:08:05 +0200
commitb42f49e42f8cde25a788b2d13d03e99ca2956647 (patch)
tree95ab896716289f8838d58811005e5fc26dd5d4ef /libavcodec/x86/mpegvideoenc.c
parent3dc6272bed7890a49080e18eacf3c7a4a6594b0d (diff)
x86: dsputil: Eliminate some unnecessary dsputil_x86.h #includes
Diffstat (limited to 'libavcodec/x86/mpegvideoenc.c')
-rw-r--r--libavcodec/x86/mpegvideoenc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/x86/mpegvideoenc.c b/libavcodec/x86/mpegvideoenc.c
index 19ab83a7fa..78313f4097 100644
--- a/libavcodec/x86/mpegvideoenc.c
+++ b/libavcodec/x86/mpegvideoenc.c
@@ -26,7 +26,6 @@
#include "libavcodec/avcodec.h"
#include "libavcodec/dct.h"
#include "libavcodec/mpegvideo.h"
-#include "dsputil_x86.h"
/* not permutated inverse zigzag_direct + 1 for MMX quantizer */
DECLARE_ALIGNED(16, static uint16_t, inv_zigzag_direct16)[64];