On 2/25/2025 9:20 AM, Andreas Rheinhardt wrote: > From f843ca52b0d2fb4275ac9de3d93aa67472780190 Mon Sep 17 00:00:00 2001 > From: Andreas Rheinhardt > 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 > --- > 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 > #if CONFIG_LIBLCEVC_DEC > -- > 2.45.2 Should be ok.