comparison avcodec.h @ 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 608659b58523
comparison
equal deleted inserted replaced
3348:3fb4ffd4849c 3349:b8e31c41384a
11 extern "C" { 11 extern "C" {
12 #endif 12 #endif
13 13
14 #include "avutil.h" 14 #include "avutil.h"
15 #include <sys/types.h> /* size_t */ 15 #include <sys/types.h> /* size_t */
16
17 //FIXME: This really doesn't belong in here..
18 #define FFMPEG_VERSION_INT 0x000409
19 16
20 #define AV_STRINGIFY(s) AV_TOSTRING(s) 17 #define AV_STRINGIFY(s) AV_TOSTRING(s)
21 #define AV_TOSTRING(s) #s 18 #define AV_TOSTRING(s) #s
22 19
23 #define LIBAVCODEC_VERSION_INT ((51<<16)+(9<<8)+0) 20 #define LIBAVCODEC_VERSION_INT ((51<<16)+(9<<8)+0)