Message ID | 1478163539-10314-1-git-send-email-martin@martin.st |
---|---|
State | Committed |
Commit | 1a469a5e423bdad779b8534247dea8cc86169b88 |
Headers | show |
On 03/11/2016 09:58, Martin Storsjö wrote: > The include of config.h was added in 2012 in 1d9c2dc8, due to > the use of CONFIG_SHOW_ENCODER ifdefs within options_table.h. > When the snow codec was dropped later (in a0c5917f8 in 2013), > this include no longer served any purpose. Ok with s/SHOW/SNOW/ I guess. lu
On Thu, 3 Nov 2016, Martin Storsjö wrote: > The include of config.h was added in 2012 in 1d9c2dc8, due to > the use of CONFIG_SHOW_ENCODER ifdefs within options_table.h. CONFIG_SNOW_ENCODER, of course. Amended locally. // Martin
diff --git a/libavcodec/options_table.h b/libavcodec/options_table.h index 04cb20d..b1f9a92 100644 --- a/libavcodec/options_table.h +++ b/libavcodec/options_table.h @@ -26,7 +26,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