Mercurial > mplayer.hg
diff configure @ 33124:7e7d9c19f3d9
Enable VDPAU HWACCELs in FFmpeg when VDPAU is enabled.
author | reimar |
---|---|
date | Mon, 04 Apr 2011 16:02:59 +0000 |
parents | 1241d9d7d551 |
children | 775c82e1ece9 |
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"