summaryrefslogtreecommitdiff
path: root/ffprobe.c
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2013-11-26 14:43:18 -0800
committerMichael Niedermayer <michaelni@gmx.at>2013-11-27 23:06:13 +0100
commitca21116b3f53a9bdd74364bfab9cde70a044b165 (patch)
tree0ae66cab9aeb380a966e4496e67d2fa519f9e7db /ffprobe.c
parentb723c4e67e20eb86673316cb944184d0f3f6fe5e (diff)
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 'ffprobe.c')
-rw-r--r--ffprobe.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ffprobe.c b/ffprobe.c
index d124d4eb01..c68cb16fe1 100644
--- a/ffprobe.c
+++ b/ffprobe.c
@@ -24,7 +24,6 @@
*/
#include "config.h"
-#include "version.h"
#include <string.h>