]> git.sesse.net Git - vlc/blobdiff - include/vlc_cpu.h
only include search.h if available (anyway vlc_fixups will define the functions if...
[vlc] / include / vlc_cpu.h
index bbc7b5b4687d79778d5dc9f97c39ed351c4464c8..197dba64c1ce614cfe627a6d407915d7fc9aaa44 100644 (file)
@@ -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__)