[MPlayer-cvslog] r37314 - trunk/configure

reimar subversion at mplayerhq.hu
Mon Oct 27 20:05:04 CET 2014


Author: reimar
Date: Mon Oct 27 20:05:03 2014
New Revision: 37314

Log:
configure: Enable both VDA HWAccels.

It seems the old one is required for the h264_vda decoder not to crash.
See FFmpeg trac #4056.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sun Oct 26 03:08:08 2014	(r37313)
+++ trunk/configure	Mon Oct 27 20:05:03 2014	(r37314)
@@ -4702,7 +4702,7 @@ fi
 if test "$_vda" = yes ; then
   def_vda='#define CONFIG_VDA 1'
   extra_ldflags="$extra_ldflags -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore"
-  libavhwaccels="$libavhwaccels H264_VDA_HWACCEL"
+  libavhwaccels="$libavhwaccels H264_VDA_HWACCEL H264_VDA_OLD_HWACCEL"
 else
   def_vda='#define CONFIG_VDA 0'
   libavdecoders=$(filter_out_component decoder '[A-Z0-9]*_VDA')


More information about the MPlayer-cvslog mailing list