]> git.sesse.net Git - vlc/commit
Remove --with-tuning
authorRémi Denis-Courmont <remi@remlab.net>
Mon, 21 May 2012 19:13:02 +0000 (22:13 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Mon, 21 May 2012 19:13:02 +0000 (22:13 +0300)
commit6a49e292e66c9d29badb7518de437c05f0810453
treefb6f256a86cc69c9f52e29b40b35d2c7248e080f
parent77807fa178012b0fa29f5ad34d9100ba16c67f36
Remove --with-tuning

With the wide range of deployed 686 processors, -mtune=generic is saner
and it is the default anyway. The VLC defaults did not even make sense
anymore (Pentium 2, seriously?).

You might need to set -march explicitly as with other build systems,
e.g.: -march=i686
NEWS
configure.ac