changeset 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 ca979193f8e1
children 184c480cefc3
files common.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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