mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 11:49:48 +00:00
10l: Unbreak libdirac compilation; CONFIG_LIBDIRAC is defined in config.h, so
include the header before using parts from it. Originally committed as revision 13045 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0852e30b53
commit
34499963e3
@ -26,6 +26,8 @@
|
||||
#ifndef FFMPEG_LIBDIRAC_H
|
||||
#define FFMPEG_LIBDIRAC_H
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#ifdef CONFIG_LIBDIRAC
|
||||
|
||||
#include "avcodec.h"
|
||||
|
Loading…
Reference in New Issue
Block a user