summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-18 19:29:46 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-18 19:29:46 +0000
commit66e6173c0c950c2ed3d787eeaf26ff65df0da597 (patch)
treebfee2c27d08ec2e558893ec869a227a53ea1856a /mplayer.c
parentf0c90c8e00f5452c7a27ed23522e7dc16e2db512 (diff)
downloadmpv-66e6173c0c950c2ed3d787eeaf26ff65df0da597.tar.bz2
mpv-66e6173c0c950c2ed3d787eeaf26ff65df0da597.tar.xz
AltiVec detection code ("borrowed" from FFmpeg and
libmpeg2) & enough code to enable the AltiVec IMDCT in liba52 and the DCT64 in mp3lib. patch by Romain Dolbeau <dolbeau@irisa.fr> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9004 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mplayer.c b/mplayer.c
index de8a780712..eddff2b2e3 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -665,8 +665,8 @@ int gui_no_filename=0;
mp_msg(MSGT_CPLAYER,MSGL_INFO,banner_text);
/* Test for cpu capabilities (and corresponding OS support) for optimizing */
-#ifdef ARCH_X86
GetCpuCaps(&gCpuCaps);
+#ifdef ARCH_X86
mp_msg(MSGT_CPLAYER,MSGL_INFO,"CPUflags: MMX: %d MMX2: %d 3DNow: %d 3DNow2: %d SSE: %d SSE2: %d\n",
gCpuCaps.hasMMX,gCpuCaps.hasMMX2,
gCpuCaps.has3DNow, gCpuCaps.has3DNowExt,