[SCM] libav/experimental: Remove unused FFMPEG_VERSION_INT. Note: If this is useful I'll put it in version.sh/version.h.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:48:13 UTC 2013


The following commit has been merged in the experimental branch:
commit 5689ec7cde5a2d32ba0d695ce958a09bc9581a3e
Author: Diego Biurrun <diego at biurrun.de>
Date:   Tue Jun 20 10:26:00 2006 +0000

    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

diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 52283aa..a879419 100644
--- a/libavcodec/avcodec.h
+++ b/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
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list