From 66e6173c0c950c2ed3d787eeaf26ff65df0da597 Mon Sep 17 00:00:00 2001 From: arpi Date: Sat, 18 Jan 2003 19:29:46 +0000 Subject: 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 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9004 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cpudetect.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cpudetect.h') diff --git a/cpudetect.h b/cpudetect.h index e879f6d047..c68013ba78 100644 --- a/cpudetect.h +++ b/cpudetect.h @@ -17,6 +17,7 @@ typedef struct cpucaps_s { int hasSSE2; int isX86; unsigned cl_size; /* size of cache line */ + int hasAltiVec; } CpuCaps; extern CpuCaps gCpuCaps; -- cgit v1.2.3