mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
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
This commit is contained in:
@@ -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: *;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user