summaryrefslogtreecommitdiff
path: root/libavcodec/options_table.h
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2012-08-06 16:49:32 +0300
committerMartin Storsjö <martin@martin.st>2012-08-15 22:32:06 +0300
commit1d9c2dc89a2302076a68b4a3ae3639abbb1a502d (patch)
tree2c422621a5a9ffd2e0aac646228b186221aede2b /libavcodec/options_table.h
parent93f257db6b818896e58c708d3c2ec4b8cb0c7b00 (diff)
Don't include common.h from avutil.h
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/options_table.h')
-rw-r--r--libavcodec/options_table.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/options_table.h b/libavcodec/options_table.h
index 45acd4c320..afd6f37450 100644
--- a/libavcodec/options_table.h
+++ b/libavcodec/options_table.h
@@ -25,6 +25,7 @@
#include "libavutil/opt.h"
#include "avcodec.h"
+#include "config.h"
#define OFFSET(x) offsetof(AVCodecContext,x)
#define DEFAULT 0 //should be NAN but it does not work as it is not a constant in glibc as required by ANSI/ISO C