[vlc-commits] Typo
Christophe Mutricy
git at videolan.org
Tue Feb 14 00:41:34 CET 2012
vlc | branch: master | Christophe Mutricy <xtophe at chewa.net> | Mon Feb 13 23:40:49 2012 +0000| [60002addfaa57f8c95f8140c22ee282df3501339] | committer: Christophe Mutricy
Typo
Fix compilation on Powerpc *nix
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=60002addfaa57f8c95f8140c22ee282df3501339
---
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 c6963fb..da27170 100644
--- a/src/misc/cpu.c
+++ b/src/misc/cpu.c
@@ -134,7 +134,7 @@ VLC_MMX static void ThreeD_Now_test (void)
#endif
#if defined (CAN_COMPILE_ALTIVEC)
-static void Altivec_text (void)
+static void Altivec_test (void)
{
asm volatile ("mtspr 256, %0\n" "vand %%v0, %%v0, %%v0\n" : : "r" (-1));
}
More information about the vlc-commits
mailing list