projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0852e30
)
10l: Unbreak libdirac compilation; CONFIG_LIBDIRAC is defined in config.h, so
author
Diego Biurrun
<diego@biurrun.de>
Sat, 3 May 2008 13:55:31 +0000
(13:55 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Sat, 3 May 2008 13:55:31 +0000
(13:55 +0000)
include the header before using parts from it.
Originally committed as revision 13045 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/libdirac.h
patch
|
blob
|
blame
|
history
diff --git
a/libavcodec/libdirac.h
b/libavcodec/libdirac.h
index
528e811
..
31cd573
100644
(file)
--- 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"