Mercurial > libavcodec.hg
changeset 3349:b8e31c41384a libavcodec
Remove unused FFMPEG_VERSION_INT.
Note: If this is useful I'll put it in version.sh/version.h.
author | diego |
---|---|
date | Tue, 20 Jun 2006 10:26:00 +0000 |
parents | 3fb4ffd4849c |
children | eff63ac2b545 |
files | avcodec.h |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/avcodec.h Tue Jun 20 10:24:08 2006 +0000 +++ b/avcodec.h Tue Jun 20 10:26:00 2006 +0000 @@ -14,9 +14,6 @@ #include "avutil.h" #include <sys/types.h> /* size_t */ -//FIXME: This really doesn't belong in here.. -#define FFMPEG_VERSION_INT 0x000409 - #define AV_STRINGIFY(s) AV_TOSTRING(s) #define AV_TOSTRING(s) #s