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:
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 5909dce46b..5a8c005b97 100644
--- a/libavcodec/libavcodec.v
+++ b/libavcodec/libavcodec.v
@@ -29,5 +29,6 @@ LIBAVCODEC_$MAJOR {
ff_dnxhd_cid_table;
ff_idctdsp_init;
ff_fdctdsp_init;
+ ff_pixblockdsp_init;
local: *;
};