[FFmpeg-cvslog] avcodec/lcevcdec: Use proper include
Andreas Rheinhardt
git at videolan.org
Thu Feb 27 16:55:12 EET 2025
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Tue Feb 25 12:54:14 2025 +0100| [e71b3ebaa5b471038d56fae8108d7f8a41985892] | committer: Andreas Rheinhardt
avcodec/lcevcdec: Use proper include
External libraries are not components and so their CONFIG_ define
is in config.h.
Reviewed-by: James Almer <jamrial at gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e71b3ebaa5b471038d56fae8108d7f8a41985892
---
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
More information about the ffmpeg-cvslog
mailing list