diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-06-20 10:24:08 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-06-20 10:24:08 +0000 |
commit | f1cc88a5d65edb26eb63a032f6835008927a02c0 (patch) | |
tree | 3648e7ee10d66202a251aa866a90e0bc748ba61f /libavcodec/avcodec.h | |
parent | d2845d68c8f7c6bce632bac8e2cee56c73b7db89 (diff) | |
download | ffmpeg-f1cc88a5d65edb26eb63a032f6835008927a02c0.tar.gz |
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 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index d128cb9c18..52283aa34b 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -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 |