summaryrefslogtreecommitdiff
path: root/libavcodec/libavcodec.v
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2012-07-06 00:49:09 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-07-06 02:44:17 +0200
commit8293a21a9c80a0cbb753ab44c829c1efff2083e5 (patch)
treeb2e4dc61482223f16daf078795e8beb6bfaa300e /libavcodec/libavcodec.v
parentec086762322cccacb68cc1b41dc2b42cbd94a3f7 (diff)
lavc: fix shared build after dnxhd merge.
Signed-off-by: Nicolas George <nicolas.george@normalesup.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/libavcodec.v')
-rw-r--r--libavcodec/libavcodec.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/libavcodec.v b/libavcodec/libavcodec.v
index 6539d7bdb7..314d3055ce 100644
--- a/libavcodec/libavcodec.v
+++ b/libavcodec/libavcodec.v
@@ -27,5 +27,7 @@ LIBAVCODEC_$MAJOR {
ff_jpeg_fdct*;
#XBMC's configure checks for ff_vdpau_vc1_decode_picture()
ff_vdpau_vc1_decode_picture;
+ ff_dnxhd_get_cid_table;
+ ff_dnxhd_cid_table;
local: *;
};