summaryrefslogtreecommitdiff
path: root/libavutil/internal.h
diff options
context:
space:
mode:
authorMichael Kostylev <michael.kostylev@gmail.com>2007-12-24 12:49:27 +0000
committerDiego Biurrun <diego@biurrun.de>2007-12-24 12:49:27 +0000
commit4f365f37b578490f5a4df87847f5b78bec37a15b (patch)
tree69edbb8003fa76176ab5f0d6a6ace21135c6242c /libavutil/internal.h
parent64bb7bd519403317428ac3aa29ccdd81294b78ba (diff)
djgpp port, first part
patch by Michael Kostylev, mik niipt ru Originally committed as revision 11313 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/internal.h')
-rw-r--r--libavutil/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/internal.h b/libavutil/internal.h
index 16f13c4d50..b9717e7bc9 100644
--- a/libavutil/internal.h
+++ b/libavutil/internal.h
@@ -118,7 +118,7 @@
#endif
// Use rip-relative addressing if compiling PIC code on x86-64.
-#if defined(__MINGW32__) || defined(__CYGWIN__) || \
+#if defined(__MINGW32__) || defined(__CYGWIN__) || defined(__DJGPP__) || \
defined(__OS2__) || (defined (__OpenBSD__) && !defined(__ELF__))
# if defined(ARCH_X86_64) && defined(PIC)
# define MANGLE(a) "_" #a"(%%rip)"