diff options
author | Timothy Gu <timothygu99@gmail.com> | 2013-11-26 14:43:18 -0800 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-11-27 23:06:13 +0100 |
commit | ca21116b3f53a9bdd74364bfab9cde70a044b165 (patch) | |
tree | 0ae66cab9aeb380a966e4496e67d2fa519f9e7db /cmdutils.c | |
parent | b723c4e67e20eb86673316cb944184d0f3f6fe5e (diff) | |
download | ffmpeg-ca21116b3f53a9bdd74364bfab9cde70a044b165.tar.gz |
configure: add #include "version.h" to config.h
Avoid clash with version.h of the libraries.
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'cmdutils.c')
-rw-r--r-- | cmdutils.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmdutils.c b/cmdutils.c index 2608bceb3d..95accb0094 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -50,7 +50,6 @@ #include "libavutil/opt.h" #include "libavutil/cpu.h" #include "cmdutils.h" -#include "version.h" #if CONFIG_NETWORK #include "libavformat/network.h" #endif |