[MPlayer-cvslog] r37795 - trunk/configure
michael
subversion at mplayerhq.hu
Thu Feb 25 13:16:09 CET 2016
Author: michael
Date: Thu Feb 25 13:16:08 2016
New Revision: 37795
Log:
configure: Fix build due to CONFIG_VC1DSP
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Mon Feb 22 21:55:08 2016 (r37794)
+++ trunk/configure Thu Feb 25 13:16:08 2016 (r37795)
@@ -8691,6 +8691,7 @@ CONFIG_SINEWIN = yes
CONFIG_SNAPPY = yes
CONFIG_STARTCODE = yes
CONFIG_TEXTUREDSP = yes
+CONFIG_VC1DSP = yes
CONFIG_VIDEODSP = yes
CONFIG_VP3DSP = yes
CONFIG_VP56DSP = yes
@@ -9350,6 +9351,7 @@ $def_openssl
#define CONFIG_SNAPPY 1
#define CONFIG_STARTCODE 1
#define CONFIG_TEXTUREDSP 1
+#define CONFIG_VC1DSP 1
#define CONFIG_VIDEODSP 1
#define CONFIG_VP56DSP 1
#define CONFIG_VP8DSP 1
More information about the MPlayer-cvslog
mailing list