diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2016-02-20 00:46:49 -0500 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2016-03-25 15:55:49 -0400 |
commit | 159323897f545e7405fb9db234e0ba123e174376 (patch) | |
tree | 2a3c2502e1f29d65cb42eca43d4d62fb16df6b88 /configure | |
parent | 1eaae7abb8f208fefb4e8b9e983e61b2499206a3 (diff) | |
download | ffmpeg-159323897f545e7405fb9db234e0ba123e174376.tar.gz |
intrax8: Add a local BlockDSPContext and initialize it
Helps in decoupling this code from mpegvideo.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1863,7 +1863,7 @@ error_resilience_select="me_cmp" faandct_deps="faan fdctdsp" faanidct_deps="faan idctdsp" h264dsp_select="startcode" -intrax8_select="idctdsp" +intrax8_select="blockdsp idctdsp" mdct_select="fft" rdft_select="fft" me_cmp_select="fdctdsp idctdsp pixblockdsp" |