Remove unused FFMPEG_VERSION_INT.

Note: If this is useful I'll put it in version.sh/version.h.

Originally committed as revision 5503 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2006-06-20 10:26:00 +00:00
parent f1cc88a5d6
commit 5689ec7cde
1 changed files with 0 additions and 3 deletions

View File

@ -14,9 +14,6 @@ extern "C" {
#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