Mercurial > mplayer.hg
changeset 33124:7e7d9c19f3d9
Enable VDPAU HWACCELs in FFmpeg when VDPAU is enabled.
author | reimar |
---|---|
date | Mon, 04 Apr 2011 16:02:59 +0000 |
parents | 9566100d88a1 |
children | 9c178cf14a61 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Mon Apr 04 15:10:05 2011 +0000 +++ b/configure Mon Apr 04 16:02:59 2011 +0000 @@ -4404,6 +4404,7 @@ def_vdpau='#define CONFIG_VDPAU 1' libs_mplayer="$libs_mplayer -lvdpau" vomodules="vdpau $vomodules" + libavhwaccels="MPEG1_VDPAU_HWACCEL MPEG2_VDPAU_HWACCEL" else def_vdpau='#define CONFIG_VDPAU 0' novomodules="vdpau $novomodules"