- 12 Aug, 2011 2 commits
-
-
Pino Toscano authored
Signed-off-by:
Reinhard Tartler <siretart@tauware.de> Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
Anton Khirnov authored
It will be further developed with a few incompatible changes. ffmpeg.c will stay as is for some time, so any scripts using it won't be broken.
-
- 09 Aug, 2011 3 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 26 Jul, 2011 1 commit
-
-
Diego Biurrun authored
-
- 22 Jul, 2011 1 commit
-
-
Kostya Shishkov authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 20 Jul, 2011 1 commit
-
-
Sean McGovern authored
Using Sun's compiler on Solaris, -xc99 is as much a linker flag as a compiler flag, so add it to LDFLAGS. Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 17 Jul, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 15 Jul, 2011 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 13 Jul, 2011 1 commit
-
-
Anton Khirnov authored
It's an XSI extension, not available on some supported systems.
-
- 10 Jul, 2011 1 commit
-
-
Mans Rullgard authored
The output from -v with gcc 4.6 has changed such that the search pattern matches too soon without making it more strict. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 07 Jul, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 05 Jul, 2011 1 commit
-
-
Diego Biurrun authored
Lists of ':'-separated directories can be passed to -rpath-link directly.
-
- 03 Jul, 2011 1 commit
-
-
Mans Rullgard authored
Whatever reason this was done for no longer applies, and it causes lots of make warnings. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 29 Jun, 2011 3 commits
-
-
Diego Biurrun authored
-
Mans Rullgard authored
PLD is present in ARMv5TE and later, which is checked for separately. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 28 Jun, 2011 5 commits
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Diego Biurrun authored
This was done to support gcc 2.95, which is an old legacy compiler that fails to compile the current codebase anyway.
-
- 26 Jun, 2011 2 commits
-
-
Mans Rullgard authored
These commands have the same form, and using a common macro allows it to be used elsewhere without further duplication. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Alexis Ballier authored
when setting the -march flag. This is to match gcc's {athlon64,k8,opteron}-sse3 -march flags. Signed-off-by:
Justin Ruggles <justin.ruggles@gmail.com>
-
- 25 Jun, 2011 2 commits
-
-
Mans Rullgard authored
This silences warnings about pointer target sign mismatches as already done for gcc with -Wno-pointer-sign. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Diego Biurrun authored
config.mak is no longer included multiple times; the guards are pointless.
-
- 24 Jun, 2011 1 commit
-
-
Diego Biurrun authored
The C standard specifies that zero-length format strings are allowed.
-
- 23 Jun, 2011 3 commits
-
-
Mans Rullgard authored
These CPUs are thumb-only and thus require this option. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Setting SRC_PATH to "." when building in-tree removes the need for a quoted version of the source path since out-of-tree builds are not possible if the pathname contains spaces. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 22 Jun, 2011 3 commits
-
-
Mans Rullgard authored
This allows overriding the default optimisation flags selected by configure. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 21 Jun, 2011 1 commit
-
-
Mans Rullgard authored
This removes an unsightly override of the 'optimizations' setting only to make the configure report print 'small' when --enable-small is used. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 19 Jun, 2011 1 commit
-
-
Mans Rullgard authored
These flags are accepted without error but produce an annoying warning. Filtering them out makes the build less noisy. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 07 Jun, 2011 1 commit
-
-
Diego Biurrun authored
The option is disabled by default, so enabling it should be documented.
-
- 06 Jun, 2011 2 commits
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This option does not work, and the implied functionality is at best pointless. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 05 Jun, 2011 1 commit
-
-
Robert Swain authored
VAAPI is disabled by default so it should have a --enable-vaapi option documented, not a --disable-vaapi. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-