mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-06 06:05:32 +01:00
Fix compilation with --disable-everything --enable-encoder=flac.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user