From 8293a21a9c80a0cbb753ab44c829c1efff2083e5 Mon Sep 17 00:00:00 2001 From: Nicolas George Date: Fri, 6 Jul 2012 00:49:09 +0200 Subject: [PATCH] lavc: fix shared build after dnxhd merge. Signed-off-by: Nicolas George Signed-off-by: Michael Niedermayer --- libavcodec/libavcodec.v | 2 ++ 1 file changed, 2 insertions(+) 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: *; };