[MPlayer-cvslog] r34446 - trunk/configure
cehoyos
subversion at mplayerhq.hu
Thu Dec 15 15:01:05 CET 2011
Author: cehoyos
Date: Thu Dec 15 15:01:05 2011
New Revision: 34446
Log:
Fix compilation after CONFIG_H264CHROMA was added to FFmpeg.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Wed Dec 14 15:32:47 2011 (r34445)
+++ trunk/configure Thu Dec 15 15:01:05 2011 (r34446)
@@ -8211,6 +8211,7 @@ CONFIG_DCT = yes
CONFIG_DWT = yes
CONFIG_FFT = yes
CONFIG_GOLOMB = yes
+CONFIG_H264CHROMA = yes
CONFIG_H264DSP = yes
CONFIG_H264PRED= yes
CONFIG_HUFFMAN = yes
@@ -8730,6 +8731,7 @@ $def_yasm
#define CONFIG_DWT 1
#define CONFIG_FFT 1
#define CONFIG_GOLOMB 1
+#define CONFIG_H264CHROMA 1
#define CONFIG_H264DSP 1
#define CONFIG_H264PRED 1
#define CONFIG_HUFFMAN 1
More information about the MPlayer-cvslog
mailing list