summaryrefslogtreecommitdiffstats
path: root/cpudetect.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-11 22:37:36 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-11 22:37:36 +0000
commitcb80e1a797d2e5d6758bce53e79e265b8790d4d3 (patch)
tree46b46f78c609356f0f158d626d2b6fbcd13de47d /cpudetect.c
parent472727ba1f406230aa63bef3d39bcc5c8b184a80 (diff)
downloadmpv-cb80e1a797d2e5d6758bce53e79e265b8790d4d3.tar.bz2
mpv-cb80e1a797d2e5d6758bce53e79e265b8790d4d3.tar.xz
support for xtensa CPU architecture
patch by Dan Nicolaescu (dann ics.uci edu), Reimar and me git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25368 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cpudetect.c')
-rw-r--r--cpudetect.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpudetect.c b/cpudetect.c
index 6b94283426..f7fee08e94 100644
--- a/cpudetect.c
+++ b/cpudetect.c
@@ -568,5 +568,9 @@ void GetCpuCaps( CpuCaps *caps)
#ifdef ARCH_VAX
mp_msg(MSGT_CPUDETECT,MSGL_INFO, "CPU: Digital VAX\n" );
#endif
+
+#ifdef ARCH_XTENSA
+ mp_msg(MSGT_CPUDETECT,MSGL_INFO, "CPU: Tensilica Xtensa\n" );
+#endif
}
#endif /* !ARCH_X86 */