Commit 7b4232cc authored by diego's avatar diego

Remove unused FFMPEG_VERSION_INT.

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5503 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 03db4e1e
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment