1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-20 06:46:55 +00:00

compile fix on G3

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13799 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
pontscho 2004-10-29 19:03:55 +00:00
parent 10c99e8c9e
commit 6955e89f2a

View File

@ -43,7 +43,7 @@ static void state_restore_mmx (cpu_state_t * state)
}
#endif
#ifdef ARCH_PPC
#if defined( ARCH_PPC ) && defined( HAVE_ALTIVEC )
#ifdef HAVE_ALTIVEC_H /* gnu */
#define LI(a,b) "li " #a "," #b "\n\t"
#define STVX0(a,b,c) "stvx " #a ",0," #c "\n\t"