[vlc-commits] commit: cpu: fix compilation on Intel Mac OS X by including header ( Juho Vähä-Herttua )

git at videolan.org git at videolan.org
Thu May 6 00:24:39 CEST 2010


vlc | branch: master | Juho Vähä-Herttua <juhovh at iki.fi> | Thu May  6 01:13:49 2010 +0300| [82f69eb3dda543b72626c8c9f10a1bc37bb07434] | committer: Pierre d'Herbemont 

cpu: fix compilation on Intel Mac OS X by including header

Signed-off-by: Pierre d'Herbemont <pdherbemont at free.fr>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=82f69eb3dda543b72626c8c9f10a1bc37bb07434
---

 src/misc/cpu.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/misc/cpu.c b/src/misc/cpu.c
index fc6e437..a2db2c2 100644
--- a/src/misc/cpu.c
+++ b/src/misc/cpu.c
@@ -44,7 +44,7 @@
 
 #include "libvlc.h"
 
-#if defined(__APPLE__) && (defined(__ppc__) || defined(__ppc64__))
+#if defined(__APPLE__)
 #include <sys/sysctl.h>
 #endif
 



More information about the vlc-commits mailing list