[FFmpeg-devel] [PATCH]Export ff_vdpau_vc1_decode_picture() in shared lavc

Carl Eugen Hoyos cehoyos at ag.or.at
Fri Dec 16 02:12:30 CET 2011


Hi!

XBMC's configure apparently checks for the presence of 
ff_vdpau_vc1_decode_picture() in libavcodec.so to determine the amount of 
VDPAU support in installed FFmpeg.
Attached patch should fix ticket #762, completely untested, I probably won't 
volunteer to fix XBMC's configure.

Please comment, Carl Eugen

https://github.com/xbmc/xbmc/blob/master/configure.in#L1251
-------------- next part --------------
diff --git a/libavcodec/libavcodec.v b/libavcodec/libavcodec.v
index 9f6b01d..968e660 100644
--- a/libavcodec/libavcodec.v
+++ b/libavcodec/libavcodec.v
@@ -25,5 +25,6 @@ LIBAVCODEC_$MAJOR {
                 ff_mmxext_idct;
                 ff_idct_xvid*;
                 ff_jpeg_fdct*;
+                ff_vdpau_vc1_decode_picture;
         local:  *;
 };


More information about the ffmpeg-devel mailing list