]> git.sesse.net Git - vlc/commitdiff
Should fix Debian #316161
authorRémi Denis-Courmont <rem@videolan.org>
Tue, 19 Jul 2005 18:19:22 +0000 (18:19 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Tue, 19 Jul 2005 18:19:22 +0000 (18:19 +0000)
(though Sid has migrated to GCC 4 so it does no longer really matters)

configure.ac

index 7c2223fe37e92aa9813d377857987dd47b5a177f..d3a290dffa9d7b306aed1f9d1a4a0a0bbefe8c52 100644 (file)
@@ -1161,7 +1161,7 @@ else
     if test "${target_cpu}" = "i686" -o "${target_cpu}" = "i586" -o "${target_cpu}" = "i486" -o "${target_cpu}" = "i386"; then
         CFLAGS_TUNING="-mtune=pentium2"
     elif test "${target_cpu}" = "x86_64"; then
-        CFLAGS_TUNING="-mtune=opteron"
+        CFLAGS_TUNING="-mtune=athlon64"
     elif test "${target_cpu}" = "powerpc"; then
         CFLAGS_TUNING="-mtune=750";
     fi