You've already forked FFmpeg
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:
@ -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
|
||||
|
Reference in New Issue
Block a user