ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinha...@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 <jamr...@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinha...@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

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to