From 68127e1bf8037a6e0acd6401cc8c5da950e3fa0a Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Fri, 19 Feb 2016 18:12:06 -0500 Subject: 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. --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') 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" -- cgit v1.2.3