From 8437bd7bc8d3fa502e1f9bf112bebcce2522d82c Mon Sep 17 00:00:00 2001 From: Sascha Sommer Date: Mon, 31 Mar 2003 01:49:18 +0000 Subject: mangle on mingw32 patch by ("Sascha Sommer" ) Originally committed as revision 1721 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/libpostproc/mangle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1