Browse Source

x86: dsputil: Eliminate some unnecessary dsputil_x86.h #includes

tags/n2.3
Diego Biurrun 11 years ago
parent
commit
b42f49e42f
4 changed files with 0 additions and 4 deletions
  1. +0
    -1
      libavcodec/x86/ac3dsp_init.c
  2. +0
    -1
      libavcodec/x86/h264dsp_init.c
  3. +0
    -1
      libavcodec/x86/mpegvideo.c
  4. +0
    -1
      libavcodec/x86/mpegvideoenc.c

+ 0
- 1
libavcodec/x86/ac3dsp_init.c View File

@@ -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"



+ 0
- 1
libavcodec/x86/h264dsp_init.c View File

@@ -23,7 +23,6 @@
#include "libavutil/x86/asm.h"
#include "libavutil/x86/cpu.h"
#include "libavcodec/h264dsp.h"
#include "dsputil_x86.h"

/***********************************/
/* IDCT */


+ 0
- 1
libavcodec/x86/mpegvideo.c View File

@@ -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



+ 0
- 1
libavcodec/x86/mpegvideoenc.c View File

@@ -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];


Loading…
Cancel
Save