Commit 5689ec7c authored by Diego Biurrun's avatar Diego Biurrun

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
parent f1cc88a5
......@@ -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