[MPlayer-cvslog] r37374 - trunk/configure

michael subversion at mplayerhq.hu
Thu Feb 19 21:30:51 CET 2015


Author: michael
Date: Thu Feb 19 21:30:51 2015
New Revision: 37374

Log:
disable new qsv decoder to avoid build failure

It would be better to implement proper detection of its dependancies but this
at least makes sure build isnt broken

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Wed Feb 11 15:08:46 2015	(r37373)
+++ trunk/configure	Thu Feb 19 21:30:51 2015	(r37374)
@@ -1580,7 +1580,7 @@ libavmuxers=$(echo $libavmuxers_all)
 libavprotocols=$(echo $libavprotocols_all)
 libavfilters=$(echo $libavfilters_all)
 
-libavdecoders=$(filter_out_component decoder 'LIB[A-Z0-9_]*')
+libavdecoders=$(filter_out_component decoder 'LIB[A-Z0-9_]* H264_QSV')
 libavencoders=$(filter_out_component encoder 'LIB[A-Z0-9_]* NVENC')
 libavdemuxers=$(filter_out_component demuxer 'AVISYNTH LIB[A-Z0-9_]* REDIR')
 libavmuxers=$(filter_out_component muxer 'LIB[A-Z0-9_]* RTP RTSP SAP')
@@ -8592,6 +8592,7 @@ CONFIG_H264QPEL= yes
 CONFIG_HPELDSP = yes
 CONFIG_IIRFILTER = yes
 CONFIG_QPELDSP = yes
+CONFIG_QSV     = no
 CONFIG_HUFFYUVDSP = yes
 CONFIG_HUFFYUVENCDSP = yes
 CONFIG_IDCTDSP = yes
@@ -9183,6 +9184,7 @@ $def_gnutls
 #define CONFIG_SMALL 0
 #define CONFIG_SWSCALE_ALPHA 1
 #define SWS_MAX_FILTER_SIZE 256
+#define CONFIG_QSV 0
 #define CONFIG_VAAPI 0
 
 #define HAVE_ALIGNED_STACK 1


More information about the MPlayer-cvslog mailing list