diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-07-16 16:10:57 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-07-17 18:46:23 +0100 |
commit | b075869bc1e1aadea0a8dc819ebfb758adb9e3d0 (patch) | |
tree | 6155df32f3c05b8d93dceafe46d3d01e3ee05bd5 /configure | |
parent | 4da585ae478f8b6f865ab13779af399aee20d899 (diff) | |
download | ffmpeg-b075869bc1e1aadea0a8dc819ebfb758adb9e3d0.tar.gz |
configure: Factor out flacdsp module
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1588,6 +1588,7 @@ CONFIG_EXTRA=" faandct faanidct fdctdsp + flacdsp fmtconvert gcrypt gmp @@ -1841,8 +1842,8 @@ ffv1_encoder_select="rangecoder" ffvhuff_decoder_select="huffyuv_decoder" ffvhuff_encoder_select="huffyuv_encoder" fic_decoder_select="golomb" -flac_decoder_select="golomb" -flac_encoder_select="bswapdsp golomb lpc" +flac_decoder_select="flacdsp golomb" +flac_encoder_select="bswapdsp flacdsp golomb lpc" flashsv_decoder_deps="zlib" flashsv_encoder_deps="zlib" flashsv2_decoder_deps="zlib" |