aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/common.h
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2003-03-09 16:07:19 +0000
committerAlex Beregszaszi <alex@rtfs.hu>2003-03-09 16:07:19 +0000
commitce2749d2c462fe90f18f3817af65d81a08e4d0dd (patch)
treedab4d3ed31968c11648be47659c4096782061ee0 /libavcodec/common.h
parent7b3da20487f1cc5df5c48e1e5f782c08f241d6b9 (diff)
downloadffmpeg-ce2749d2c462fe90f18f3817af65d81a08e4d0dd.tar.gz
simplified
Originally committed as revision 1655 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/common.h')
-rw-r--r--libavcodec/common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/common.h b/libavcodec/common.h
index f7f70e36b3..a1be71b759 100644
--- a/libavcodec/common.h
+++ b/libavcodec/common.h
@@ -6,9 +6,6 @@
#ifndef COMMON_H
#define COMMON_H
-#define FFMPEG_VERSION_INT 0x000406
-#define FFMPEG_VERSION "0.4.6"
-
#if defined(WIN32) && !defined(__MINGW32__) && !defined(__CYGWIN__)
# define CONFIG_WIN32
#endif