Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
When passing CC="ccache gcc", we don't want to quote "$CC" calls,
otherwise the command won't be found.
|
|
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.
|
|
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
|
|
CVS patchset: 8751
CVS date: 2007/03/26 14:21:10
|
|
CVS patchset: 8647
CVS date: 2007/03/09 23:43:33
|
|
Miguel Freitas
on 17 Feb
CVS patchset: 8598
CVS date: 2007/02/18 08:46:43
|
|
-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
|
|
- 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
|
|
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
|
|
CVS patchset: 7766
CVS date: 2005/10/23 02:01:22
|
|
CVS patchset: 7764
CVS date: 2005/10/22 22:02:40
|