summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2001-07-30 23:22:07 +0000
committerFabrice Bellard <fabrice@bellard.org>2001-07-30 23:22:07 +0000
commit420b073bbcce462d47c8020ce30112627c08ac13 (patch)
tree6cc544beeaab6b4f6b81dd296d4aeb50ea563cc1 /libavcodec
parent2b0c1a441ba16d8d06054b774763d2b1934cfb04 (diff)
added HAVE_AV_CONFIG_H
Originally committed as revision 19 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/common.h b/libavcodec/common.h
index 3b46035a64..e6cb5fbe81 100644
--- a/libavcodec/common.h
+++ b/libavcodec/common.h
@@ -1,7 +1,9 @@
#ifndef COMMON_H
#define COMMON_H
+#ifdef HAVE_AV_CONFIG_H
#include "../config.h"
+#endif
#ifndef __WINE_WINDEF16_H
/* workaround for typedef conflict in MPlayer (wine typedefs) */