]> git.sesse.net Git - vlc/commit
Fix accelerated modules configure options.
authorRémi Denis-Courmont <rem@videolan.org>
Mon, 28 Apr 2008 16:25:24 +0000 (19:25 +0300)
committerRémi Denis-Courmont <rem@videolan.org>
Mon, 28 Apr 2008 16:25:24 +0000 (19:25 +0300)
commit5a96b059302cea50584969fe7b0bfbd2589d29bf
tree9528b88d54c14bbfb61efcf29adca34fe0184cef
parentf458ada1046dcf8ab43b33010ebac061c8512f11
Fix accelerated modules configure options.

Only enable those modules that were enabled, rather than _all_ of them
(which should fix --disable-sse and --disable-mmx). Also don't run
checks if we know we're not going to enable the modules anyway.
configure.ac