diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2003-03-09 16:07:19 +0000 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2003-03-09 16:07:19 +0000 |
commit | ce2749d2c462fe90f18f3817af65d81a08e4d0dd (patch) | |
tree | dab4d3ed31968c11648be47659c4096782061ee0 /common.h | |
parent | 7b3da20487f1cc5df5c48e1e5f782c08f241d6b9 (diff) | |
download | ffmpeg-ce2749d2c462fe90f18f3817af65d81a08e4d0dd.tar.gz |
simplified
Originally committed as revision 1655 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'common.h')
-rw-r--r-- | common.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/common.h b/common.h new file mode 100644 index 0000000000..8676ce91e0 --- /dev/null +++ b/common.h @@ -0,0 +1,7 @@ +#ifndef FFMPEG_COMMON_H +#define FFMPEG_COMMON_H + +#define FFMPEG_VERSION_INT 0x000406 +#define FFMPEG_VERSION "0.4.6" + +#endif /* COMMON_H */ |