summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2016-02-19 18:12:06 -0500
committerVittorio Giovara <vittorio.giovara@gmail.com>2016-03-25 15:52:24 -0400
commit68127e1bf8037a6e0acd6401cc8c5da950e3fa0a (patch)
tree7e79655bdd06f656b0deb39a831a1aa814d8c204 /configure
parent65127450add50c3bca307edc0517d2e8382717a0 (diff)
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-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index a68a5d7354..99b9405184 100755
--- a/configure
+++ b/configure
@@ -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"