Skip to content
Snippets Groups Projects
Commit 1f12a889 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos
Browse files

configure: The XMA decoders depend on wmapro.

Fixes compilation with --disable-fft.
parent 5fbd97fc
No related branches found
No related tags found
No related merge requests found
...@@ -2465,6 +2465,8 @@ wmv2_decoder_select="blockdsp h263_decoder idctdsp intrax8 videodsp wmv2dsp" ...@@ -2465,6 +2465,8 @@ wmv2_decoder_select="blockdsp h263_decoder idctdsp intrax8 videodsp wmv2dsp"
wmv2_encoder_select="h263_encoder wmv2dsp" wmv2_encoder_select="h263_encoder wmv2dsp"
wmv3_decoder_select="vc1_decoder" wmv3_decoder_select="vc1_decoder"
wmv3image_decoder_select="wmv3_decoder" wmv3image_decoder_select="wmv3_decoder"
xma1_decoder_select="wmapro_decoder"
xma2_decoder_select="wmapro_decoder"
zerocodec_decoder_select="zlib" zerocodec_decoder_select="zlib"
zlib_decoder_select="zlib" zlib_decoder_select="zlib"
zlib_encoder_select="zlib" zlib_encoder_select="zlib"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment