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:
Carl Eugen Hoyos 2011-12-16 02:33:25 +01:00
parent 175cc378b3
commit 9994643fdd
1 changed files with 2 additions and 0 deletions

View File

@ -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: *;
};