Commit 4bcc6feb authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Fix compilation with --disable-everything --enable-encoder=flac.

parent bbc3425f
......@@ -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);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment