diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-07-06 00:49:09 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-07-06 02:44:17 +0200 |
commit | 8293a21a9c80a0cbb753ab44c829c1efff2083e5 (patch) | |
tree | b2e4dc61482223f16daf078795e8beb6bfaa300e | |
parent | ec086762322cccacb68cc1b41dc2b42cbd94a3f7 (diff) | |
download | ffmpeg-8293a21a9c80a0cbb753ab44c829c1efff2083e5.tar.gz |
lavc: fix shared build after dnxhd merge.
Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavcodec/libavcodec.v | 2 |
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: *; }; |