Re: [FFmpeg-devel] [PATCH] avcodec/lcevcdec: Use proper include

2025-02-25 Thread James Almer
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_

[FFmpeg-devel] [PATCH] avcodec/lcevcdec: Use proper include

2025-02-25 Thread Andreas Rheinhardt
Patch attachedFrom 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-b