vlc/vlc-2.0 | branch: master | Christophe Mutricy <[email protected]> | Mon Feb 13 23:40:49 2012 +0000| [20d2602c158fb7d2e40d762c575549031823900c] | committer: Christophe Mutricy
Typo Fix compilation on Powerpc *nix Signed-off-by: Christophe Mutricy <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=20d2602c158fb7d2e40d762c575549031823900c --- 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 6999bc1..112d919 100644 --- a/src/misc/cpu.c +++ b/src/misc/cpu.c @@ -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)); } _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
