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:
parent
175cc378b3
commit
9994643fdd
@ -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: *;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user