[FFmpeg-devel] [PATCH] lavc: fix shared build after dnxhd merge.
Nicolas George
nicolas.george at normalesup.org
Fri Jul 6 00:49:09 CEST 2012
Signed-off-by: Nicolas George <nicolas.george at normalesup.org>
---
libavcodec/libavcodec.v | 2 ++
1 file changed, 2 insertions(+)
By the way, that file would really need some ordering.
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: *;
};
--
1.7.10
More information about the ffmpeg-devel
mailing list