Mercurial > libavcodec.hg
diff avcodec.h @ 3348:3fb4ffd4849c libavcodec
Use Subversion revision for FFMPEG_VERSION.
based on a patch by Ismail D?nmez ismail$$at$$pardus$$dot$$org$$dot$$tr
| author | diego |
|---|---|
| date | Tue, 20 Jun 2006 10:24:08 +0000 |
| parents | 76620d530d9a |
| children | b8e31c41384a |
line wrap: on
line diff
--- a/avcodec.h Sun Jun 18 11:33:14 2006 +0000 +++ b/avcodec.h Tue Jun 20 10:24:08 2006 +0000 @@ -14,9 +14,8 @@ #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
