[SCM] libav/experimental: mangle on mingw32 patch by ("Sascha Sommer" <saschasommer at freenet dot de>)

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


The following commit has been merged in the experimental branch:
commit 8437bd7bc8d3fa502e1f9bf112bebcce2522d82c
Author: Sascha Sommer <saschasommer at freenet.de>
Date:   Mon Mar 31 01:49:18 2003 +0000

    mangle on mingw32 patch by ("Sascha Sommer" <saschasommer at freenet dot de>)
    
    Originally committed as revision 1721 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/libpostproc/mangle.h b/libavcodec/libpostproc/mangle.h
index 5f5dc48..f3894cc 100644
--- a/libavcodec/libpostproc/mangle.h
+++ b/libavcodec/libpostproc/mangle.h
@@ -8,7 +8,7 @@
 #define __MANGLE_H
 
 /* Feel free to add more to the list, eg. a.out IMO */
-#if defined(__CYGWIN__) || defined(__OS2__) || \
+#if defined(__CYGWIN__) || defined(__MINGW32__) || defined(__OS2__) || \
    (defined(__OpenBSD__) && !defined(__ELF__))
 #define MANGLE(a) "_" #a
 #else

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list