Mercurial > mplayer.hg
changeset 36452:ead03d1b8ea2
Add XvMC hwaccel defines to configure.
These would be needed for compilation when/if
XvMC hwaccel conversion is committed to FFmpeg.
author | iive |
---|---|
date | Tue, 17 Dec 2013 16:00:57 +0000 |
parents | 6674ab0d11be |
children | e626f90df47e |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Tue Dec 17 15:44:45 2013 +0000 +++ b/configure Tue Dec 17 16:00:57 2013 +0000 @@ -4572,6 +4572,7 @@ test -n "$_xvmclib" && libs_mplayer="$libs_mplayer -l$_xvmclib" vomodules="xvmc $vomodules" res_comment="using $_xvmclib" + libavhwaccels="$libavhwaccels MPEG1_XVMC_HWACCEL MPEG2_XVMC_HWACCEL" else def_xvmc='#define CONFIG_XVMC 0' novomodules="xvmc $novomodules"