summaryrefslogtreecommitdiff
path: root/ffprobe.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-11-28 00:19:45 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-11-28 00:19:45 +0100
commit0075a22f415f7130a2fa9d81e55047a9bd18d0fa (patch)
tree4caa4c7dd12a17309089fb1db9cb7028036fc31d /ffprobe.c
parentca21116b3f53a9bdd74364bfab9cde70a044b165 (diff)
downloadffmpeg-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 'ffprobe.c')
-rw-r--r--ffprobe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ffprobe.c b/ffprobe.c
index c68cb16fe1..d124d4eb01 100644
--- a/ffprobe.c
+++ b/ffprobe.c
@@ -24,6 +24,7 @@
*/
#include "config.h"
+#include "version.h"
#include <string.h>