mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-28 19:22:02 +08:00
dsputil: Make dsputil selectable
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
committed by
Martin Storsjö
parent
85deb51a01
commit
b93b27edb0
@@ -117,7 +117,8 @@ static void avcodec_init(void)
|
||||
return;
|
||||
initialized = 1;
|
||||
|
||||
ff_dsputil_static_init();
|
||||
if (CONFIG_DSPUTIL)
|
||||
ff_dsputil_static_init();
|
||||
}
|
||||
|
||||
int av_codec_is_encoder(const AVCodec *codec)
|
||||
|
||||
Reference in New Issue
Block a user