mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
dsputil: CONFIG_DWT doesnt exist anymore
place snow dwt init under correct checks should fix compilation with enable-random Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
5b95d39ee1
commit
aeef76b383
@ -2869,7 +2869,7 @@ av_cold void ff_dsputil_init(DSPContext* c, AVCodecContext *avctx)
|
||||
c->vsse[5]= vsse_intra8_c;
|
||||
c->nsse[0]= nsse16_c;
|
||||
c->nsse[1]= nsse8_c;
|
||||
#if CONFIG_DWT
|
||||
#if CONFIG_SNOW_DECODER || CONFIG_SNOW_ENCODER
|
||||
ff_dsputil_init_dwt(c);
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user