mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +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
|
#ifndef FFMPEG_LIBDIRAC_H
|
||||||
#define FFMPEG_LIBDIRAC_H
|
#define FFMPEG_LIBDIRAC_H
|
||||||
|
|
||||||
|
#include "config.h"
|
||||||
|
|
||||||
#ifdef CONFIG_LIBDIRAC
|
#ifdef CONFIG_LIBDIRAC
|
||||||
|
|
||||||
#include "avcodec.h"
|
#include "avcodec.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user