mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02: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