Mercurial > libavcodec.hg
diff common.h @ 1226:dbc7e3c814a9 libavcodec
Tiny patch for OpenBSD by (Bj?rn Sandell <biorn at dce dot chalmers dot se>)
| author | michaelni |
|---|---|
| date | Mon, 05 May 2003 23:22:56 +0000 |
| parents | fea03d2c4946 |
| children | 604661d34c68 |
line wrap: on
line diff
--- a/common.h Mon May 05 10:00:57 2003 +0000 +++ b/common.h Mon May 05 23:22:56 2003 +0000 @@ -157,7 +157,7 @@ # 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
