Browse Source

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
tags/v0.5
Diego Biurrun 19 years ago
parent
commit
5689ec7cde
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      libavcodec/avcodec.h

+ 0
- 3
libavcodec/avcodec.h 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



Loading…
Cancel
Save