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
This commit is contained in:
Diego Biurrun
2006-06-20 10:24:08 +00:00
parent d2845d68c8
commit f1cc88a5d6
6 changed files with 20 additions and 4 deletions

View File

@@ -14,9 +14,8 @@ extern "C" {
#include "avutil.h"
#include <sys/types.h> /* size_t */
//FIXME the following 2 really dont belong in here
//FIXME: This really doesn't belong in here..
#define FFMPEG_VERSION_INT 0x000409
#define FFMPEG_VERSION "HEAD"
#define AV_STRINGIFY(s) AV_TOSTRING(s)
#define AV_TOSTRING(s) #s