summaryrefslogtreecommitdiff
path: root/ffplay.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 /ffplay.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 'ffplay.c')
-rw-r--r--ffplay.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ffplay.c b/ffplay.c
index 8cffa8f704..7dc5c6033b 100644
--- a/ffplay.c
+++ b/ffplay.c
@@ -19,6 +19,7 @@
#define HAVE_AV_CONFIG_H
#include "avformat.h"
+#include "version.h"
#include "cmdutils.h"
#include <SDL.h>