summaryrefslogtreecommitdiff
path: root/libavcodec/options_table.h
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2013-05-06 12:16:50 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2013-05-06 12:16:50 +0200
commit76f43cbe2648ac5cb0e5a146f7e843310002199a (patch)
tree7f84a4919aa9c7f4b5e8dc3cd96e550e37435456 /libavcodec/options_table.h
parent9a09a9fc43e0ce5b17bb2e97621cdb60e21de517 (diff)
Remove a superfluous include from libavcodec/options_table.h.
Diffstat (limited to 'libavcodec/options_table.h')
-rw-r--r--libavcodec/options_table.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/options_table.h b/libavcodec/options_table.h
index 1be261123c..4fd6cff0c7 100644
--- a/libavcodec/options_table.h
+++ b/libavcodec/options_table.h
@@ -28,7 +28,6 @@
#include "libavutil/opt.h"
#include "avcodec.h"
#include "version.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