[SCM] libav/experimental: remove duplicate AV_STRINGIFY() definition

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:15:08 UTC 2013


The following commit has been merged in the experimental branch:
commit 5ff1b0675f3760fd03f7d40f2d3552fb8cc5b312
Author: Måns Rullgård <mans at mansr.com>
Date:   Sun Feb 17 03:44:47 2008 +0000

    remove duplicate AV_STRINGIFY() definition
    
    Originally committed as revision 12129 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 524be49..1fc0b23 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list