1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-04 22:03:09 +02:00

avcodec/lcevcdec: Use proper include

External libraries are not components and so their CONFIG_ define
is in config.h.

Reviewed-by: James Almer <jamrial@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt
2025-02-25 12:54:14 +01:00
parent deee2fb52d
commit e71b3ebaa5

View File

@ -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