summaryrefslogtreecommitdiffstats
path: root/liba52/liba52_changes.diff
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-11 20:16:00 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-11 20:16:00 +0000
commit24af96f8cc436fd84cd89dcc715961dacb6ad368 (patch)
tree13698971c8fca418c8b3e4405cd35911f8a705a4 /liba52/liba52_changes.diff
parent17981e0ab6d90f19352615f47f352df7992a6f1c (diff)
downloadmpv-24af96f8cc436fd84cd89dcc715961dacb6ad368.tar.bz2
mpv-24af96f8cc436fd84cd89dcc715961dacb6ad368.tar.xz
There is a check for altivec.h in configure so use the preprocessor directive
set by configure instead of an OS-specific directive when #including altivec.h. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25356 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'liba52/liba52_changes.diff')
-rw-r--r--liba52/liba52_changes.diff2
1 files changed, 1 insertions, 1 deletions
diff --git a/liba52/liba52_changes.diff b/liba52/liba52_changes.diff
index 76ae4a9453..4eaed68ff0 100644
--- a/liba52/liba52_changes.diff
+++ b/liba52/liba52_changes.diff
@@ -1548,7 +1548,7 @@
+#ifdef HAVE_ALTIVEC
+
-+#ifndef SYS_DARWIN
++#ifdef HAVE_ALTIVEC_H
+#include <altivec.h>
+#endif
+