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
pull/2/head
Carl Eugen Hoyos 13 years ago
parent 175cc378b3
commit 9994643fdd
  1. 2
      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: *;
};

Loading…
Cancel
Save