comparison common.h @ 1118:8248e652d64e libavcodec

simplified
author al3x
date Sun, 09 Mar 2003 16:07:19 +0000
parents e4762efc3617
children 64c7c76ed17c
comparison
equal deleted inserted replaced
1117:4046cbf85762 1118:8248e652d64e
3 * common internal api header. 3 * common internal api header.
4 */ 4 */
5 5
6 #ifndef COMMON_H 6 #ifndef COMMON_H
7 #define COMMON_H 7 #define COMMON_H
8
9 #define FFMPEG_VERSION_INT 0x000406
10 #define FFMPEG_VERSION "0.4.6"
11 8
12 #if defined(WIN32) && !defined(__MINGW32__) && !defined(__CYGWIN__) 9 #if defined(WIN32) && !defined(__MINGW32__) && !defined(__CYGWIN__)
13 # define CONFIG_WIN32 10 # define CONFIG_WIN32
14 #endif 11 #endif
15 12