]> git.sesse.net Git - vlc/commit
Specifying any CFLAGS clobbers any that liboil's configure script would
authorJonathan Rosser <jrosser@rd.bbc.co.uk>
Tue, 15 Jul 2008 11:41:32 +0000 (12:41 +0100)
committerFelix Paul Kühne <fkuehne@videolan.org>
Tue, 15 Jul 2008 20:40:06 +0000 (22:40 +0200)
commit9edde94fde60f2def3e516e04273982ef99c30b7
treed0c426de8de2b0d0f0ff56d246953130aab73750
parente5ca2360f83b1f0da0ee56758e54e61cbbdc3e69
Specifying any CFLAGS clobbers any that liboil's configure script would
naturally choose.  With only an effective -O0 gcc 4.0.1 doesn't produce
code as intented for copy_u8_altivec, causing liboil to fail at runtime.

Summary, liboil really needs -O2 (always).

Signed-off-by: David Flynn <davidf@rd.bbc.co.uk>
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
extras/contrib/src/Makefile