[FFmpeg-cvslog] configure: The XMA decoders depend on wmapro.

Carl Eugen Hoyos git at videolan.org
Sun Jan 17 18:37:40 CET 2016


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Sun Jan 17 18:37:01 2016 +0100| [1f12a889da2abb32fdf2413f995db51dca430eba] | committer: Carl Eugen Hoyos

configure: The XMA decoders depend on wmapro.

Fixes compilation with --disable-fft.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1f12a889da2abb32fdf2413f995db51dca430eba
---

 configure |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/configure b/configure
index 7cef6f5..cdf07ae 100755
--- a/configure
+++ b/configure
@@ -2465,6 +2465,8 @@ wmv2_decoder_select="blockdsp h263_decoder idctdsp intrax8 videodsp wmv2dsp"
 wmv2_encoder_select="h263_encoder wmv2dsp"
 wmv3_decoder_select="vc1_decoder"
 wmv3image_decoder_select="wmv3_decoder"
+xma1_decoder_select="wmapro_decoder"
+xma2_decoder_select="wmapro_decoder"
 zerocodec_decoder_select="zlib"
 zlib_decoder_select="zlib"
 zlib_encoder_select="zlib"



More information about the ffmpeg-cvslog mailing list