diff options
author | Diego Biurrun | 2006-06-20 10:24:08 +0000 |
---|---|---|
committer | Diego Biurrun | 2006-06-20 10:24:08 +0000 |
commit | f1cc88a5d65edb26eb63a032f6835008927a02c0 (patch) | |
tree | 3648e7ee10d66202a251aa866a90e0bc748ba61f /ffplay.c | |
parent | d2845d68c8f7c6bce632bac8e2cee56c73b7db89 (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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ #define HAVE_AV_CONFIG_H #include "avformat.h" +#include "version.h" #include "cmdutils.h" #include <SDL.h> |