1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-06 08:29:25 +02:00

intrax8: Add a local BlockDSPContext and initialize it

Helps in decoupling this code from mpegvideo.
This commit is contained in:
Vittorio Giovara
2016-02-20 00:46:49 -05:00
parent 1eaae7abb8
commit 159323897f
3 changed files with 5 additions and 2 deletions

2
configure vendored
View File

@@ -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"