summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2015-07-16 16:11:03 +0100
committerVittorio Giovara <vittorio.giovara@gmail.com>2015-07-17 18:46:24 +0100
commita623aa0069dff586241ad2ffedcd45ed840e2553 (patch)
treea9aeafbfd75e20788b493c74ad3daf0d7ef23463 /configure
parentd42191c78befc1983f23b1899b2dda513b72f1ed (diff)
configure: Factor out wmv2dsp module
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure b/configure
index 62e9e37761..0ed119307d 100755
--- a/configure
+++ b/configure
@@ -1641,6 +1641,7 @@ CONFIG_EXTRA="
vp56dsp
vp8dsp
wma_freqs
+ wmv2dsp
"
CMDLINE_SELECT="
@@ -1996,8 +1997,8 @@ wmav2_encoder_select="mdct sinewin wma_freqs"
wmavoice_decoder_select="lsp rdft dct mdct sinewin"
wmv1_decoder_select="h263_decoder"
wmv1_encoder_select="h263_encoder"
-wmv2_decoder_select="blockdsp h263_decoder idctdsp intrax8 videodsp"
-wmv2_encoder_select="h263_encoder"
+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"
zerocodec_decoder_deps="zlib"