summaryrefslogtreecommitdiffstats
path: root/libavcodec/dsputil.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-01-16 13:22:48 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-01-16 20:15:48 +0100
commitb7bc49a957a11d666e9b3a6838bee774652748ae (patch)
tree0327f7c4a1c8f3cef7df67b35ab6b231dcf21a3e /libavcodec/dsputil.c
parent0942aa463736e169c30270d3627c51c822ce58a7 (diff)
downloadffmpeg-streaming-b7bc49a957a11d666e9b3a6838bee774652748ae.zip
ffmpeg-streaming-b7bc49a957a11d666e9b3a6838bee774652748ae.tar.gz
mips: move vector_fmul_window_mips to libavutil
Reviewed-by: "Babic, Nedeljko" <nbabic@mips.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/dsputil.c')
-rw-r--r--libavcodec/dsputil.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/dsputil.c b/libavcodec/dsputil.c
index a011c19..12c3d2e 100644
--- a/libavcodec/dsputil.c
+++ b/libavcodec/dsputil.c
@@ -3132,7 +3132,6 @@ av_cold void ff_dsputil_init(DSPContext* c, AVCodecContext *avctx)
if (ARCH_PPC) ff_dsputil_init_ppc (c, avctx);
if (ARCH_SH4) ff_dsputil_init_sh4 (c, avctx);
if (ARCH_BFIN) ff_dsputil_init_bfin (c, avctx);
- if (HAVE_MIPSFPU) ff_dsputil_init_mips (c, avctx);
for (i = 0; i < 4; i++) {
for (j = 0; j < 16; j++) {
OpenPOWER on IntegriCloud