[FFmpeg-devel] [PATCH 3/8] avcodec/flac: add SSE4.2 version of the 32-bit lpc encoder

Carl Eugen Hoyos ceffmpeg at gmail.com
Mon Nov 27 01:07:00 EET 2017


2017-11-26 23:51 GMT+01:00 James Darnley <james.darnley at gmail.com>:

> +    if (EXTERNAL_SSE42(cpu_flags)) {
> +        if (CONFIG_GPL)
> +            c->lpc32_encode = ff_flac_enc_lpc_32_sse42;
> +    }

Any objections over "if (CONFIG_GPL && EXTERNAL_..)"?

Carl Eugen


More information about the ffmpeg-devel mailing list