Commit 874f27a8 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'b42f49e4'

* commit 'b42f49e4':
  x86: dsputil: Eliminate some unnecessary dsputil_x86.h #includes
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 5440151f b42f49e4
......@@ -23,7 +23,6 @@
#include "libavutil/mem.h"
#include "libavutil/x86/asm.h"
#include "libavutil/x86/cpu.h"
#include "dsputil_x86.h"
#include "libavcodec/ac3.h"
#include "libavcodec/ac3dsp.h"
......
......@@ -23,7 +23,6 @@
#include "libavutil/x86/asm.h"
#include "libavutil/x86/cpu.h"
#include "libavcodec/h264dsp.h"
#include "dsputil_x86.h"
/***********************************/
/* IDCT */
......
......@@ -25,7 +25,6 @@
#include "libavutil/x86/cpu.h"
#include "libavcodec/avcodec.h"
#include "libavcodec/mpegvideo.h"
#include "dsputil_x86.h"
#if HAVE_MMX_INLINE
......
......@@ -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];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment