Mercurial > mplayer.hg
changeset 28954:f4a3c2c39bdf
Older versions of <vdpau/vdpau.h> will fail during compilation.
author | cehoyos |
---|---|
date | Wed, 18 Mar 2009 09:17:15 +0000 |
parents | 1e56ea9937ce |
children | ee06f3a8b0d5 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Wed Mar 18 08:06:08 2009 +0000 +++ b/configure Wed Mar 18 09:17:15 2009 +0000 @@ -4312,7 +4312,7 @@ if test "$_dl" = yes ; then cat > $TMPC <<EOF #include <vdpau/vdpau_x11.h> -int main(void) {return 0;} +int main(void) {return VDP_VIDEO_MIXER_ATTRIBUTE_SKIP_CHROMA_DEINTERLACE;} EOF cc_check && _vdpau=yes fi