[FFmpeg-cvslog] Export ff_vdpau_vc1_decode_picture().

Carl Eugen Hoyos git at videolan.org
Fri Dec 16 02:37:47 CET 2011


ffmpeg | branch: release/0.9 | Carl Eugen Hoyos <cehoyos at ag.or.at> | Fri Dec 16 02:33:25 2011 +0100| [866d5c958f24c67127286a82a4d7a730f00253e2] | committer: Carl Eugen Hoyos

Export ff_vdpau_vc1_decode_picture().

XBMC's configure script checks for this function in installed
libavcodec.so to determine VDPAU support.

Fixes ticket #762 reported by Christian Marillat
(cherry picked from commit 9994643fdd6c06b4f986be8879953a139fbd1a40)

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

 libavcodec/libavcodec.v |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/libavcodec/libavcodec.v b/libavcodec/libavcodec.v
index 9f6b01d..6539d7b 100644
--- a/libavcodec/libavcodec.v
+++ b/libavcodec/libavcodec.v
@@ -25,5 +25,7 @@ LIBAVCODEC_$MAJOR {
                 ff_mmxext_idct;
                 ff_idct_xvid*;
                 ff_jpeg_fdct*;
+                #XBMC's configure checks for ff_vdpau_vc1_decode_picture()
+                ff_vdpau_vc1_decode_picture;
         local:  *;
 };



More information about the ffmpeg-cvslog mailing list