diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2011-12-16 02:33:25 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2011-12-16 02:33:25 +0100 |
commit | 9994643fdd6c06b4f986be8879953a139fbd1a40 (patch) | |
tree | fa958144d62deccdc93a9179a372ea9274c3ccea /libavcodec/libavcodec.v | |
parent | 175cc378b3bd970caf1641e5df3361d6233747e1 (diff) | |
download | ffmpeg-9994643fdd6c06b4f986be8879953a139fbd1a40.tar.gz |
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
Diffstat (limited to 'libavcodec/libavcodec.v')
-rw-r--r-- | libavcodec/libavcodec.v | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/libavcodec.v b/libavcodec/libavcodec.v index 9f6b01d103..6539d7bdb7 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: *; }; |