1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-05 23:58:59 +02:00

Tiny patch for OpenBSD by (Björn Sandell <biorn at dce dot chalmers dot se>)

Originally committed as revision 1837 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2003-05-05 23:22:56 +00:00
parent b530f84262
commit 814b648c75

View File

@ -157,7 +157,7 @@ typedef signed __int64 int64_t;
# include "bswap.h"
# if defined(__MINGW32__) || defined(__CYGWIN__) || \
defined(__OS2__) || defined (__OpenBSD__)
defined(__OS2__) || (defined (__OpenBSD__) && !defined(__ELF__))
# define MANGLE(a) "_" #a
# else
# define MANGLE(a) #a