summaryrefslogtreecommitdiff
path: root/m4/optimizations.m4
AgeCommit message (Collapse)Author
2010-11-30Typo in multipass compilation CFLAGS.František Dvořák
2008-11-19Enable basic warnings even when optimisations are disabled.Diego E. 'Flameeyes' Pettenò
We don't want to have warnings conditional to extreme optimisations: if the compiler supports them, they should be enabled. The reason why they were conditional is that the code testing for GCC presence enabled both warnings and optimisations, and the warnings were carried over when the optimisations were made optional.
2008-11-19Fix gcc version test when the CC variable needs not be quoted.Diego E. 'Flameeyes' Pettenò
When passing CC="ccache gcc", we don't want to quote "$CC" calls, otherwise the command won't be found.
2008-11-19Replace AC_TRY_CFLAGS usage with CC_CHECK_CFLAGS and remove theDiego E. 'Flameeyes' Pettenò
former. The CC_CHECK_CFLAGS macro is already present in attributes.m4, so no need to keep the old version we had around, especially since the new one caches its results too.
2007-03-29Replace obsolete macros (processing done by autoupdate).Darren Salt
Some tests were rearranged (AC_TRY_LINK moved out of AC_TRY_RUN cross-compilation case, with arrangements to maintain the semantics) to avoid autoupdate errors. Factored out common (duplicate) code in aa.m4. Tested with autoconf 2.61; needs testing with 2.60. CVS patchset: 8767 CVS date: 2007/03/29 18:23:36
2007-03-26Use AS_HELP_STRING instead of the deprecated AC_HELP_STRING.Darren Salt
CVS patchset: 8751 CVS date: 2007/03/26 14:21:10
2007-03-09Use a simpler and more portable awk command. Patch by Albert Lee.Diego 'Flameeyes' Pettenò
CVS patchset: 8647 CVS date: 2007/03/09 23:43:33
2007-02-18Don't disable stack-alignment anymore, as discussed in private mail with ↵Reinhard Tartler
Miguel Freitas on 17 Feb CVS patchset: 8598 CVS date: 2007/02/18 08:46:43
2006-06-17Fix strict aliasing rules breakages where possible, enable ↵Diego 'Flameeyes' Pettenò
-fno-strict-aliasing where the breakage is unresolvable, and not enable it globally (decreases performances). CVS patchset: 8048 CVS date: 2006/06/17 15:20:56
2006-03-28ffmpeg automagic improvements:František Dvořák
- support FreeBSD port of external ffmpeg (but there is too old version now anyway) - differs postproc and avcodec, use both in Makefile (fixes bug seen in Gentoo) little fix in optimize automagic: - properly use '$' in automagic macros CVS patchset: 7955 CVS date: 2006/03/28 14:27:48
2005-10-30disable controversial -funroll-loopsMiguel Freitas
users should set their own flags (with --disable-optimizations) if they want to try making xine faster. default flags should provide good optimization while keeping libxine stable. CVS patchset: 7789 CVS date: 2005/10/30 22:58:55
2005-10-23should fix make debugMiguel Freitas
CVS patchset: 7766 CVS date: 2005/10/23 02:01:22
2005-10-22commit Flameeyes' optimizations.m4 patchMiguel Freitas
CVS patchset: 7764 CVS date: 2005/10/22 22:02:40