]> git.sesse.net Git - vlc/commitdiff
Use mmx also when the host cpu claim to be 486
authorChristophe Mutricy <xtophe@videolan.org>
Fri, 5 Jan 2007 23:21:54 +0000 (23:21 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Fri, 5 Jan 2007 23:21:54 +0000 (23:21 +0000)
configure.ac

index 7544a4c4119188079c7d41f234cfbc9db1284a2d..8bcc10aca76ffdaa43e76379e3ac61a66316ba13 100644 (file)
@@ -1396,7 +1396,7 @@ AS_IF([test "${CFLAGS_TUNING}"],
 dnl
 dnl  x86 accelerations
 dnl
-if test "${host_cpu}" = "i686" -o "${host_cpu}" = "i586" -o "${host_cpu}" = "x86" -o "${host_cpu}" = "i386" -o "${host_cpu}" = "x86_64"
+if test "${host_cpu}" = "i686" -o "${host_cpu}" = "i586" -o "${host_cpu}" = "x86" -o "${host_cpu}" = "i386" -o "${host_cpu}"="i486" -o "${host_cpu}" = "x86_64"
 then
     ARCH="${ARCH} mmx"
     VLC_ADD_BUILTINS([${ACCEL_MODULES}])