Browse Source

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
tags/n0.10
Carl Eugen Hoyos 14 years ago
parent
commit
9994643fdd
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavcodec/libavcodec.v

+ 2
- 0
libavcodec/libavcodec.v View File

@@ -25,5 +25,7 @@ LIBAVCODEC_$MAJOR {
ff_mmxext_idct; ff_mmxext_idct;
ff_idct_xvid*; ff_idct_xvid*;
ff_jpeg_fdct*; ff_jpeg_fdct*;
#XBMC's configure checks for ff_vdpau_vc1_decode_picture()
ff_vdpau_vc1_decode_picture;
local: *; local: *;
}; };

Loading…
Cancel
Save