[SCM] libav/experimental: Do not wrongly mark Apple gcc workarounds as being specific to Darwin.
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:06:04 UTC 2013
The following commit has been merged in the experimental branch:
commit a41f4eacd6a15abf8a8b92524de4c05efcd3547a
Author: Diego Biurrun <diego at biurrun.de>
Date: Sun Aug 26 22:06:40 2007 +0000
Do not wrongly mark Apple gcc workarounds as being specific to Darwin.
Originally committed as revision 10239 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h
index 0c227bd..ca19927 100644
--- a/libavcodec/dsputil.h
+++ b/libavcodec/dsputil.h
@@ -555,7 +555,7 @@ extern int mm_flags;
extern int mm_flags;
-#if defined(HAVE_ALTIVEC) && !defined(SYS_DARWIN)
+#if defined(HAVE_ALTIVEC) && !defined(__APPLE_CC__)
#define pixel altivec_pixel
#include <altivec.h>
#undef pixel
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list