[FFmpeg-cvslog] Remove a superfluous include from libavcodec/options_table.h.

Carl Eugen Hoyos git at videolan.org
Mon May 6 12:43:23 CEST 2013


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Mon May  6 12:16:50 2013 +0200| [76f43cbe2648ac5cb0e5a146f7e843310002199a] | committer: Carl Eugen Hoyos

Remove a superfluous include from libavcodec/options_table.h.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=76f43cbe2648ac5cb0e5a146f7e843310002199a
---

 libavcodec/options_table.h |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/options_table.h b/libavcodec/options_table.h
index 1be2611..4fd6cff 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



More information about the ffmpeg-cvslog mailing list