summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2011-12-16 02:33:25 +0100
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2011-12-16 02:33:25 +0100
commit9994643fdd6c06b4f986be8879953a139fbd1a40 (patch)
treefa958144d62deccdc93a9179a372ea9274c3ccea
parent175cc378b3bd970caf1641e5df3361d6233747e1 (diff)
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
-rw-r--r--libavcodec/libavcodec.v2
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: *;
};