Browse Source

remove duplicate AV_STRINGIFY() definition

Originally committed as revision 12129 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Måns Rullgård 17 years ago
parent
commit
5ff1b0675f
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      libavcodec/avcodec.h

+ 0
- 3
libavcodec/avcodec.h View File

@@ -30,9 +30,6 @@
#include "avutil.h"
#include <sys/types.h> /* size_t */

#define AV_STRINGIFY(s) AV_TOSTRING(s)
#define AV_TOSTRING(s) #s

#define LIBAVCODEC_VERSION_INT ((51<<16)+(50<<8)+1)
#define LIBAVCODEC_VERSION 51.50.1
#define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT


Loading…
Cancel
Save