diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-05-05 23:22:56 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-05-05 23:22:56 +0000 |
commit | 814b648c7506c08cbd0ca8e62f7cb781e3ea3efd (patch) | |
tree | 60196b48a1eedafb3c72e550822cae2cdbc49983 /libavcodec/common.h | |
parent | b530f842623e39f86b529b537de882bd0a6afbce (diff) | |
download | ffmpeg-814b648c7506c08cbd0ca8e62f7cb781e3ea3efd.tar.gz |
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
Diffstat (limited to 'libavcodec/common.h')
-rw-r--r-- | libavcodec/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/common.h b/libavcodec/common.h index b286186d76..b7ec2ae41b 100644 --- a/libavcodec/common.h +++ b/libavcodec/common.h @@ -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 |