- Nov 27, 2012
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Nov 26, 2012
-
-
Diego Biurrun authored
-
- Nov 25, 2012
-
-
Stefano Sabatini authored
-
Sean McGovern authored
GCC does not appear to have a -march= string for Westmere, which is a bit surprising as it has a few more instructions than a Nehalem, but a few less than a Sandy Bridge. Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- Nov 23, 2012
-
-
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
This is useful for debugging. Dependencies for these files are not generated due to limitations in many compilers. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- Nov 18, 2012
-
-
Diego Biurrun authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This is (erroneously) required to enable various things in the newlib headers. As cygwin uses newlib, it is covered by this. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- Nov 17, 2012
-
-
Mans Rullgard authored
A bug in tail call optimisation in gcc 4.3 and later on parisc causes numerous tests to fail. Disabling this optimisation gives a working build. See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55023 Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Nicolas George authored
-
Nicolas George authored
Print a warning for --enable- or --disable-something=pattern does not match any component.
-
- Nov 15, 2012
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Nov 14, 2012
-
-
Diego Biurrun authored
-
Mans Rullgard authored
The -mpowerpc64 and -mpowerpc-gfxopt flags are implicitly set by -mcpu as needed. Passing them explicitly is redundant and can conflict with user-supplied flags. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- Nov 12, 2012
-
-
Mans Rullgard authored
This flag is no longer used. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- Nov 11, 2012
-
-
Clément Bœsch authored
-
Diego Biurrun authored
All modern assemblers have this capability. Older NASM versions that lack the capability produce code that crashes at runtime, so it's better to error out during the build process instead. CC: libav-stable@libav.org
-
Anton Khirnov authored
-
- Nov 07, 2012
-
-
James Zern authored
The CQ mode was introduced in libvpx 0.9.6. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Nov 01, 2012
-
-
Alexis Ballier authored
Do not quote second argument to filter{,_out} in check_ld. We want to keep/remove all the space-separated words matching the -l* pattern, not keep everything if the whole argument begins with -l and remove it otherwise. This also fixes errors like: ./configure: eval: line 418: syntax error near unexpected token `-l*' ./configure: eval: line 418: `case in -l*) ;; *) echo ;; esac' when run with ./configure --enable-openal Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Oct 31, 2012
-
-
Clément Bœsch authored
-
- Oct 30, 2012
-
-
Mans Rullgard authored
Some awk versions do not treat the result of unary + on a (numeric) string as numeric, giving wrong results when used in a boolean context Using unary - instead is logically equivalent works as expected. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Some awk versions do not treat the result of unary + on a (numeric) string as numeric, giving wrong results when used in a boolean context Using unary - instead is logically equivalent works as expected. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This is much faster with slow shells and noticeably faster even with bash on a fast Linux system. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- Oct 29, 2012
-
-
Martin Storsjö authored
This isn't too useful as a normal codec, but can be used in voip style applications. The decoder updates the noise generator parameters when a packet is given to it for decoding, but if called with an empty packet, it generates more noise according to the last parameters. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Oct 27, 2012
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- Oct 26, 2012
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
It is wrong to force -mcpu=ultrasparc when checking for vis. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Michael Kostylev authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- Oct 25, 2012
-
-
Diego Biurrun authored
-
- Oct 24, 2012
-
-
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>
-
Michael Niedermayer authored
The code from libav seems to have been entirely untested. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Oct 23, 2012
-
-
Mans Rullgard authored
This adds support for building on Plan 9 x86-32. The compat/plan9 directory contains these items: - replacements for the 'head' and 'printf' shell commands - wrapper for main() to disable FPU exceptions Larger required changes to the system are described in the documentation. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This allows targets to include special objects when linking executables without including them in (shared) libraries. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-