diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2016-02-19 18:12:06 -0500 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2016-03-25 15:52:24 -0400 |
commit | 68127e1bf8037a6e0acd6401cc8c5da950e3fa0a (patch) | |
tree | 7e79655bdd06f656b0deb39a831a1aa814d8c204 /configure | |
parent | 65127450add50c3bca307edc0517d2e8382717a0 (diff) | |
download | ffmpeg-68127e1bf8037a6e0acd6401cc8c5da950e3fa0a.tar.gz |
intrax8: Keep a reference to the context idctdsp
Use it instead of the embedded mpegvideo one. Update init function
signature to load it directly from the callers.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1863,6 +1863,7 @@ error_resilience_select="me_cmp" faandct_deps="faan fdctdsp" faanidct_deps="faan idctdsp" h264dsp_select="startcode" +intrax8_select="idctdsp" mdct_select="fft" rdft_select="fft" me_cmp_select="fdctdsp idctdsp pixblockdsp" |