[FFmpeg-devel] [PATCH] avcodec/lcevcdec: Use proper include
James Almer
jamrial at gmail.com
Tue Feb 25 18:07:27 EET 2025
On 2/25/2025 9:20 AM, Andreas Rheinhardt wrote:
> From f843ca52b0d2fb4275ac9de3d93aa67472780190 Mon Sep 17 00:00:00 2001
> From: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> Date: Tue, 25 Feb 2025 12:54:14 +0100
> Subject: [PATCH] avcodec/lcevcdec: Use proper include
>
> External libraries are not components and so their CONFIG_ define
> is in config.h.
>
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> ---
> libavcodec/lcevcdec.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavcodec/lcevcdec.h b/libavcodec/lcevcdec.h
> index 147491ae42..b21d1073c4 100644
> --- a/libavcodec/lcevcdec.h
> +++ b/libavcodec/lcevcdec.h
> @@ -19,7 +19,7 @@
> #ifndef AVCODEC_LCEVCDEC_H
> #define AVCODEC_LCEVCDEC_H
>
> -#include "config_components.h"
> +#include "config.h"
>
> #include <stdint.h>
> #if CONFIG_LIBLCEVC_DEC
> --
> 2.45.2
Should be ok.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature.asc
Type: application/pgp-signature
Size: 495 bytes
Desc: OpenPGP digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20250225/664f3b8c/attachment.sig>
More information about the ffmpeg-devel
mailing list