diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-02-23 20:10:38 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-02-26 00:51:34 +0100 |
commit | c242bbd8b6939507a1a6fb64101b0553d92d303f (patch) | |
tree | d8017957126a7523d38dff69dda26bb5e6ab1567 /libavcodec/x86 | |
parent | 76b19a3984359b3be44d4f7e4e69b7b86729a622 (diff) | |
download | ffmpeg-c242bbd8b6939507a1a6fb64101b0553d92d303f.tar.gz |
Remove unnecessary dsputil.h #includes
Diffstat (limited to 'libavcodec/x86')
-rw-r--r-- | libavcodec/x86/cavsdsp.c | 1 | ||||
-rw-r--r-- | libavcodec/x86/fft_init.c | 1 | ||||
-rw-r--r-- | libavcodec/x86/fmtconvert_init.c | 1 | ||||
-rw-r--r-- | libavcodec/x86/h264_qpel.c | 1 | ||||
-rw-r--r-- | libavcodec/x86/idct_sse2_xvid.c | 1 | ||||
-rw-r--r-- | libavcodec/x86/motion_est.c | 1 | ||||
-rw-r--r-- | libavcodec/x86/mpegvideo.c | 1 | ||||
-rw-r--r-- | libavcodec/x86/rv34dsp_init.c | 1 | ||||
-rw-r--r-- | libavcodec/x86/simple_idct.c | 1 | ||||
-rw-r--r-- | libavcodec/x86/vc1dsp_mmx.c | 1 | ||||
-rw-r--r-- | libavcodec/x86/vp56dsp_init.c | 1 |
11 files changed, 0 insertions, 11 deletions
diff --git a/libavcodec/x86/cavsdsp.c b/libavcodec/x86/cavsdsp.c index 80c34bbb3b..3e36ed04c0 100644 --- a/libavcodec/x86/cavsdsp.c +++ b/libavcodec/x86/cavsdsp.c @@ -27,7 +27,6 @@ #include "libavutil/cpu.h" #include "libavutil/x86/asm.h" #include "libavutil/x86/cpu.h" -#include "libavcodec/dsputil.h" #include "libavcodec/cavsdsp.h" #include "dsputil_mmx.h" #include "config.h" diff --git a/libavcodec/x86/fft_init.c b/libavcodec/x86/fft_init.c index 5554b249ef..77f5ba96f8 100644 --- a/libavcodec/x86/fft_init.c +++ b/libavcodec/x86/fft_init.c @@ -18,7 +18,6 @@ #include "libavutil/cpu.h" #include "libavutil/x86/cpu.h" -#include "libavcodec/dsputil.h" #include "libavcodec/dct.h" #include "fft.h" diff --git a/libavcodec/x86/fmtconvert_init.c b/libavcodec/x86/fmtconvert_init.c index 1eaff37365..05afe22b79 100644 --- a/libavcodec/x86/fmtconvert_init.c +++ b/libavcodec/x86/fmtconvert_init.c @@ -27,7 +27,6 @@ #include "libavutil/x86/asm.h" #include "libavutil/x86/cpu.h" #include "libavcodec/fmtconvert.h" -#include "libavcodec/dsputil.h" #if HAVE_YASM diff --git a/libavcodec/x86/h264_qpel.c b/libavcodec/x86/h264_qpel.c index 11d849b6b3..9954243ac6 100644 --- a/libavcodec/x86/h264_qpel.c +++ b/libavcodec/x86/h264_qpel.c @@ -23,7 +23,6 @@ #include "libavutil/cpu.h" #include "libavutil/x86/asm.h" #include "libavutil/x86/cpu.h" -#include "libavcodec/dsputil.h" #include "libavcodec/h264qpel.h" #include "libavcodec/mpegvideo.h" #include "dsputil_mmx.h" diff --git a/libavcodec/x86/idct_sse2_xvid.c b/libavcodec/x86/idct_sse2_xvid.c index f083a2cbaa..207af6b3ce 100644 --- a/libavcodec/x86/idct_sse2_xvid.c +++ b/libavcodec/x86/idct_sse2_xvid.c @@ -38,7 +38,6 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "libavcodec/dsputil.h" #include "libavutil/internal.h" #include "libavutil/mem.h" #include "libavutil/x86/asm.h" diff --git a/libavcodec/x86/motion_est.c b/libavcodec/x86/motion_est.c index 34949f01f3..103a998d86 100644 --- a/libavcodec/x86/motion_est.c +++ b/libavcodec/x86/motion_est.c @@ -26,7 +26,6 @@ #include "libavutil/internal.h" #include "libavutil/mem.h" #include "libavutil/x86/asm.h" -#include "libavcodec/dsputil.h" #include "dsputil_mmx.h" #if HAVE_INLINE_ASM diff --git a/libavcodec/x86/mpegvideo.c b/libavcodec/x86/mpegvideo.c index 4e16142182..a603bfb4b8 100644 --- a/libavcodec/x86/mpegvideo.c +++ b/libavcodec/x86/mpegvideo.c @@ -23,7 +23,6 @@ #include "libavutil/cpu.h" #include "libavutil/x86/asm.h" #include "libavcodec/avcodec.h" -#include "libavcodec/dsputil.h" #include "libavcodec/mpegvideo.h" #include "dsputil_mmx.h" diff --git a/libavcodec/x86/rv34dsp_init.c b/libavcodec/x86/rv34dsp_init.c index 70f86299bb..a2dea74220 100644 --- a/libavcodec/x86/rv34dsp_init.c +++ b/libavcodec/x86/rv34dsp_init.c @@ -22,7 +22,6 @@ #include "libavutil/cpu.h" #include "libavutil/x86/asm.h" #include "libavutil/x86/cpu.h" -#include "libavcodec/dsputil.h" #include "libavcodec/rv34dsp.h" void ff_rv34_idct_dc_mmxext(int16_t *block); diff --git a/libavcodec/x86/simple_idct.c b/libavcodec/x86/simple_idct.c index 966beaa538..f31f7f42f2 100644 --- a/libavcodec/x86/simple_idct.c +++ b/libavcodec/x86/simple_idct.c @@ -19,7 +19,6 @@ * License along with Libav; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "libavcodec/dsputil.h" #include "libavcodec/simple_idct.h" #include "libavutil/internal.h" #include "libavutil/mem.h" diff --git a/libavcodec/x86/vc1dsp_mmx.c b/libavcodec/x86/vc1dsp_mmx.c index 5037aeea24..345b213f9d 100644 --- a/libavcodec/x86/vc1dsp_mmx.c +++ b/libavcodec/x86/vc1dsp_mmx.c @@ -29,7 +29,6 @@ #include "libavutil/mem.h" #include "libavutil/x86/asm.h" #include "libavutil/x86/cpu.h" -#include "libavcodec/dsputil.h" #include "dsputil_mmx.h" #include "libavcodec/vc1dsp.h" #include "vc1dsp.h" diff --git a/libavcodec/x86/vp56dsp_init.c b/libavcodec/x86/vp56dsp_init.c index 3b49df635f..689ae352c6 100644 --- a/libavcodec/x86/vp56dsp_init.c +++ b/libavcodec/x86/vp56dsp_init.c @@ -23,7 +23,6 @@ #include "libavutil/cpu.h" #include "libavutil/x86/asm.h" #include "libavutil/x86/cpu.h" -#include "libavcodec/dsputil.h" #include "libavcodec/vp56dsp.h" void ff_vp6_filter_diag4_mmx(uint8_t *dst, uint8_t *src, int stride, |