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

James Darnley james.darnley at gmail.com
Sat Feb 8 18:44:54 CET 2014


On 2014-02-08 18:42, Carl Eugen Hoyos wrote:
> 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?

At present it is only used for the decoder but as I said before, I hope
to use the x86 init function for the encoder.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 683 bytes
Desc: OpenPGP digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20140208/75c18a8d/attachment.asc>


More information about the ffmpeg-devel mailing list