[vlc-commits] commit: vlc_cpu: Fix a typo about ppc64. (Pierre d'Herbemont )

git at videolan.org git at videolan.org
Wed Oct 27 20:22:49 CEST 2010


vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Wed Oct 27 20:22:28 2010 +0200| [c0b7521d7b18cdc2676c09c19c5086649e48ed45] | committer: Pierre d'Herbemont 

vlc_cpu: Fix a typo about ppc64.

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

 include/vlc_cpu.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/vlc_cpu.h b/include/vlc_cpu.h
index bbc7b5b..197dba6 100644
--- a/include/vlc_cpu.h
+++ b/include/vlc_cpu.h
@@ -71,7 +71,7 @@ VLC_EXPORT( unsigned, vlc_GetCPUCount, ( void ) );
 # if defined (__i386__) || defined (__x86_64__)
 #  define HAVE_FPU 1
 
-# elif defined (__powerpc__) || defined (__ppc__) || defined (__pc64__)
+# elif defined (__powerpc__) || defined (__ppc__) || defined (__ppc64__)
 #  define HAVE_FPU 1
 
 # elif defined (__arm__)



More information about the vlc-commits mailing list