Mercurial > libavutil.hg
changeset 380:73c02f847f2b libavutil
Change SYS_DARWIN preprocessor checks to __APPLE__, they are specific
to Mac OS X rather than to Darwin.
author | diego |
---|---|
date | Mon, 27 Aug 2007 09:17:03 +0000 |
parents | b46114384907 |
children | c0d706066f20 |
files | internal.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/internal.h Fri Aug 24 15:04:00 2007 +0000 +++ b/internal.h Mon Aug 27 09:17:03 2007 +0000 @@ -128,7 +128,7 @@ #else # if defined(ARCH_X86_64) && defined(PIC) # define MANGLE(a) #a"(%%rip)" -# elif defined(SYS_DARWIN) +# elif defined(__APPLE__) # define MANGLE(a) "_" #a # else # define MANGLE(a) #a