mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
Fix compilation with --disable-everything --enable-encoder=flac.
This commit is contained in:
parent
bbc3425fa2
commit
4bcc6febcf
@ -128,6 +128,6 @@ av_cold void ff_flacdsp_init(FLACDSPContext *c, enum AVSampleFormat fmt,
|
||||
|
||||
if (ARCH_ARM)
|
||||
ff_flacdsp_init_arm(c, fmt, bps);
|
||||
if (ARCH_X86)
|
||||
if (ARCH_X86 && CONFIG_FLAC_DECODER)
|
||||
ff_flacdsp_init_x86(c, fmt, bps);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user