1
0
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:
Diego Biurrun 2008-05-03 13:55:31 +00:00
parent 0852e30b53
commit 34499963e3

View File

@ -26,6 +26,8 @@
#ifndef FFMPEG_LIBDIRAC_H
#define FFMPEG_LIBDIRAC_H
#include "config.h"
#ifdef CONFIG_LIBDIRAC
#include "avcodec.h"