summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2016-02-20 00:46:49 -0500
committerVittorio Giovara <vittorio.giovara@gmail.com>2016-03-25 15:55:49 -0400
commit159323897f545e7405fb9db234e0ba123e174376 (patch)
tree2a3c2502e1f29d65cb42eca43d4d62fb16df6b88 /configure
parent1eaae7abb8f208fefb4e8b9e983e61b2499206a3 (diff)
intrax8: Add a local BlockDSPContext and initialize it
Helps in decoupling this code from mpegvideo.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 99b9405184..e5f50464be 100755
--- a/configure
+++ b/configure
@@ -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"