Commit c0b7521d authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

vlc_cpu: Fix a typo about ppc64.

parent de7b2fd2
......@@ -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__)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment