[MPlayer-cvslog] r36548 - trunk/configure

iive subversion at mplayerhq.hu
Tue Dec 17 17:00:57 CET 2013


Author: iive
Date: Tue Dec 17 17:00:57 2013
New Revision: 36548

Log:
Add XvMC hwaccel defines to configure.
These would be needed for compilation when/if
XvMC hwaccel conversion is committed to FFmpeg.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Tue Dec 17 16:44:45 2013	(r36547)
+++ trunk/configure	Tue Dec 17 17:00:57 2013	(r36548)
@@ -4572,6 +4572,7 @@ if test "$_xvmc" = yes ; then
   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"


More information about the MPlayer-cvslog mailing list