mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-13 19:05:37 +00:00
Fix compilation with --disable-everything --enable-encoder=flac.
This commit is contained in:
parent
bbc3425fa2
commit
4bcc6febcf
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue