# HG changeset patch # User iive # Date 1387296057 0 # Node ID ead03d1b8ea2eff6075f6c0889c51633e598ff99 # Parent 6674ab0d11be2304a9dd08d75791e8ed93873f93 Add XvMC hwaccel defines to configure. These would be needed for compilation when/if XvMC hwaccel conversion is committed to FFmpeg. diff -r 6674ab0d11be -r ead03d1b8ea2 configure --- 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"