[FFmpeg-cvslog] lavc: fix shared build after dnxhd merge.

Nicolas George git at videolan.org
Fri Jul 6 02:53:12 CEST 2012


ffmpeg | branch: master | Nicolas George <nicolas.george at normalesup.org> | Fri Jul  6 00:49:09 2012 +0200| [8293a21a9c80a0cbb753ab44c829c1efff2083e5] | committer: Michael Niedermayer

lavc: fix shared build after dnxhd merge.

Signed-off-by: Nicolas George <nicolas.george at normalesup.org>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8293a21a9c80a0cbb753ab44c829c1efff2083e5
---

 libavcodec/libavcodec.v |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/libavcodec/libavcodec.v b/libavcodec/libavcodec.v
index 6539d7b..314d305 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:  *;
 };



More information about the ffmpeg-cvslog mailing list