Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-05-03 17:55:31 +0400
committerDiego Biurrun <diego@biurrun.de>2008-05-03 17:55:31 +0400
commit34499963e3eb62d465e48ba869cb687763b522e4 (patch)
tree55e82e093023c951cd8e8e8f2a59fb3ebe9f8fa6 /libavcodec/libdirac.h
parent0852e30b5374d393a297fd6f6e8e6c83b94320bd (diff)
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
Diffstat (limited to 'libavcodec/libdirac.h')
-rw-r--r--libavcodec/libdirac.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/libdirac.h b/libavcodec/libdirac.h
index 528e81195b..31cd5738d7 100644
--- a/libavcodec/libdirac.h
+++ b/libavcodec/libdirac.h
@@ -26,6 +26,8 @@
#ifndef FFMPEG_LIBDIRAC_H
#define FFMPEG_LIBDIRAC_H
+#include "config.h"
+
#ifdef CONFIG_LIBDIRAC
#include "avcodec.h"