mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 11:49:48 +00:00
fix checkheaders when libdirac not installed
Originally committed as revision 13044 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
7c43009358
commit
0852e30b53
@ -26,6 +26,8 @@
|
||||
#ifndef FFMPEG_LIBDIRAC_H
|
||||
#define FFMPEG_LIBDIRAC_H
|
||||
|
||||
#ifdef CONFIG_LIBDIRAC
|
||||
|
||||
#include "avcodec.h"
|
||||
#include <libdirac_common/dirac_types.h>
|
||||
|
||||
@ -41,4 +43,5 @@ static const struct {
|
||||
{ PIX_FMT_YUV444P, format444 },
|
||||
};
|
||||
|
||||
#endif /* CONFIG_LIBDIRAC */
|
||||
#endif /* FFMPEG_LIBDIRAC_H */
|
||||
|
Loading…
Reference in New Issue
Block a user