Commit 13e9e4dc authored by michaelni's avatar michaelni

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1837 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 55f24fc2
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment