Mercurial > mplayer.hg
changeset 36320:7129dbdaae8c
If VDPAU is available enable all VDPAU HWACCELs.
author | reimar |
---|---|
date | Fri, 09 Aug 2013 22:09:25 +0000 |
parents | 4e5239ebd43d |
children | 9c5b06130385 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Fri Aug 09 20:11:22 2013 +0000 +++ b/configure Fri Aug 09 22:09:25 2013 +0000 @@ -4562,7 +4562,7 @@ def_vdpau='#define CONFIG_VDPAU 1' libs_mplayer="$libs_mplayer -lvdpau" vomodules="vdpau $vomodules" - libavhwaccels="MPEG1_VDPAU_HWACCEL MPEG2_VDPAU_HWACCEL" + libavhwaccels="H263_VDPAU_HWACCEL H264_VDPAU_HWACCEL MPEG1_VDPAU_HWACCEL MPEG2_VDPAU_HWACCEL MPEG4_VDPAU_HWACCEL VC1_VDPAU_HWACCEL WMV3_VDPAU_HWACCEL" else def_vdpau='#define CONFIG_VDPAU 0' novomodules="vdpau $novomodules"