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:
parent
deee2fb52d
commit
e71b3ebaa5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue