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
pull/126/head
Diego Biurrun 19 years ago
parent f1cc88a5d6
commit 5689ec7cde
  1. 3
      libavcodec/avcodec.h

@ -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

Loading…
Cancel
Save