diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-11-28 00:19:45 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-11-28 00:19:45 +0100 |
commit | 0075a22f415f7130a2fa9d81e55047a9bd18d0fa (patch) | |
tree | 4caa4c7dd12a17309089fb1db9cb7028036fc31d /configure | |
parent | ca21116b3f53a9bdd74364bfab9cde70a044b165 (diff) | |
download | ffmpeg-0075a22f415f7130a2fa9d81e55047a9bd18d0fa.tar.gz |
Revert "configure: add #include "version.h" to config.h"
This reverts commit ca21116b3f53a9bdd74364bfab9cde70a044b165.
Revert suggested by Jamal:
"Bad secondary effect i just noticed: Every time version.h is changed
(git pull for example), anything that includes config.h will be
recompiled. And that means pretty much every single file in the tree.
"
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -4921,7 +4921,6 @@ cat > $TMPH <<EOF #define FFMPEG_CONFIG_H #define FFMPEG_CONFIGURATION "$(c_escape $FFMPEG_CONFIGURATION)" #define FFMPEG_LICENSE "$(c_escape $license)" -#include "version.h" #define CONFIG_THIS_YEAR 2013 #define FFMPEG_DATADIR "$(eval c_escape $datadir)" #define AVCONV_DATADIR "$(eval c_escape $datadir)" |