Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-07-08 05:12:10 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-07-08 05:19:06 +0400
commit14e2406de7d211d50fcce0059c90103bdaa947aa (patch)
tree10e20cd60b4f4bc91d14957b9565871cdd0381c3 /libavcodec/libavcodec.v
parent5c7bf354dc0c8bea6e7af21c0bc2edad92974274 (diff)
parenta9aee08d900f686e966c64afec5d88a7d9d130a3 (diff)
Merge commit 'a9aee08d900f686e966c64afec5d88a7d9d130a3'
* commit 'a9aee08d900f686e966c64afec5d88a7d9d130a3': dsputil: Split off FDCT bits into their own context Conflicts: configure libavcodec/Makefile libavcodec/asvenc.c libavcodec/dnxhdenc.c libavcodec/dsputil.c libavcodec/mpegvideo.h libavcodec/mpegvideo_enc.c libavcodec/x86/Makefile libavcodec/x86/dsputilenc_mmx.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/libavcodec.v')
-rw-r--r--libavcodec/libavcodec.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/libavcodec.v b/libavcodec/libavcodec.v
index 54402833ac..5909dce46b 100644
--- a/libavcodec/libavcodec.v
+++ b/libavcodec/libavcodec.v
@@ -28,5 +28,6 @@ LIBAVCODEC_$MAJOR {
ff_dnxhd_get_cid_table;
ff_dnxhd_cid_table;
ff_idctdsp_init;
+ ff_fdctdsp_init;
local: *;
};