[FFmpeg-devel] [PATCH 01/10] lavc: fix flac encoder and decoder dependencies

Carl Eugen Hoyos cehoyos at ag.or.at
Sat Feb 8 18:42:15 CET 2014


James Darnley <james.darnley <at> gmail.com> writes:

>      if (ARCH_ARM)
>          ff_flacdsp_init_arm(c, fmt, bps);
> -    if (ARCH_X86 && CONFIG_FLAC_DECODER)
> +    if (ARCH_X86)

I really don't care much but isn't this patch 
adding a symbol to the final executable (or 
library) without any gain?

Carl Eugen



More information about the ffmpeg-devel mailing list