summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-06-20 10:24:08 +0000
committerDiego Biurrun <diego@biurrun.de>2006-06-20 10:24:08 +0000
commitf1cc88a5d65edb26eb63a032f6835008927a02c0 (patch)
tree3648e7ee10d66202a251aa866a90e0bc748ba61f /ffmpeg.c
parentd2845d68c8f7c6bce632bac8e2cee56c73b7db89 (diff)
Use Subversion revision for FFMPEG_VERSION.
based on a patch by Ismail Dönmez ismail$$at$$pardus$$dot$$org$$dot$$tr Originally committed as revision 5502 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 6653c78a9a..3834ff6480 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -40,6 +40,7 @@
#undef time //needed because HAVE_AV_CONFIG_H is defined on top
#include <time.h>
+#include "version.h"
#include "cmdutils.h"
#undef NDEBUG