Commit 20d2602c authored by Christophe Mutricy's avatar Christophe Mutricy

Typo

Fix compilation on Powerpc *nix
Signed-off-by: default avatarChristophe Mutricy <xtophe@chewa.net>
parent c2b2e6a1
......@@ -133,7 +133,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));
}
......
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