- 14 Aug, 2012 2 commits
-
-
Diego Biurrun authored
A new hidden config variable is added for the codecs that depend on the mpegvideo encoding parts.
-
rogerdpack authored
Signed-off-by:
rogerdpack <rogerpack2005@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 13 Aug, 2012 2 commits
-
-
Diego Biurrun authored
-
Stefano Sabatini authored
Allow to select specific documentation components, and reliably check for component dependencies. In particular, check for perl presence on the system.
-
- 11 Aug, 2012 1 commit
-
-
Diego Biurrun authored
-
- 09 Aug, 2012 3 commits
-
-
Michael Niedermayer authored
This fixes build failures on debian/kfreebsd, which has the sctp.h header, but it is currently broken (a cpp test succeeds, but a compile test fails), see http://bugs.debian.org/684330 for details. Also remove the checked item from HAVE_LIST, since the corresponding HAVE_* define isn't used by the source code. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Diego Biurrun authored
-
Mans Rullgard authored
This adds a hidden config variable for the mpegvideo.o dependency and selects from the codecs which require it. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 08 Aug, 2012 1 commit
-
-
Michael Niedermayer authored
This fixes build failures on debian/kfreebsd Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 07 Aug, 2012 6 commits
-
-
Mans Rullgard authored
This allows creating random configurations which is useful for testing purposes. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Some compilers do not support the Q/R modifiers used to access the low/high parts of a 64-bit register pair. Check for this and disable all uses of it when not supported. Fixes bug #337. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Derek Buitenhuis authored
Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Derek Buitenhuis authored
Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Mans Rullgard authored
nasm does not support 'CPU foonop' directives. This adds a configure test for the directive and uses it only if supported. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Yaakov Selkowitz authored
This installs libraries using the proper names and locations, generates an import lib for the DLL, and drops no longer needed linker flags. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 06 Aug, 2012 1 commit
-
-
Mans Rullgard authored
This simplifies adding extra flags for individual programs and also allows more than one object file per program. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 05 Aug, 2012 3 commits
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Hendrik Leppkes authored
Running lib.exe without parameters will always result in an error, and failing the check. Using the -list paramter results in a success if lib.exe is present.
-
- 03 Aug, 2012 1 commit
-
-
Diego Biurrun authored
Refactoring mmx2/mmxext YASM code with cpuflags will force renames. So switching to a consistent naming scheme beforehand is sensible. The name "mmxext" is more official and widespread and also the name of the CPU flag, as reported e.g. by the Linux kernel.
-
- 01 Aug, 2012 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
The lib.exe test is untested. Someone who has lib.exe please test and fix it if it doesnt work Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 30 Jul, 2012 1 commit
-
-
Michael Niedermayer authored
Based on code by: carl Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 29 Jul, 2012 1 commit
-
-
Diego Biurrun authored
-
- 28 Jul, 2012 6 commits
-
-
Diego Biurrun authored
-
Stefano Sabatini authored
-
Mans Rullgard authored
This allows non-standard replacements for the -c compiler flag. Some compilers use other flags or no flag at all in place of the usual one. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This allows using non-standard flags for running the C preprocessor. The -o flag must be included in this setting due to strange syntax required by some compilers. Set the correct flags for tms470. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 27 Jul, 2012 1 commit
-
-
Justin Ruggles authored
-
- 26 Jul, 2012 2 commits
-
-
Mans Rullgard authored
This adds a full identification probe of CC, AS, LD and HOSTCC, and sets up correct flags and dependency tracking for each. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Diego Biurrun authored
-
- 23 Jul, 2012 4 commits
-
-
Martin Storsjö authored
The rtmpts protocol uses https implicitly, via the ffrtmphttp protocol, but the ffrtmphttp protocol is also useable for plain rtmpt without https, so the dependency needs to be added here instead. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
The rtmpts protocol uses https implicitly, via the ffrtmphttp protocol, but the ffrtmphttp protocol is also useable for plain rtmpt without https, so the dependency needs to be added here instead. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Samuel Pitoiset authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Samuel Pitoiset authored
This adds two protocols, but one of them is an internal implementation detail just used as an abstraction layer/generalization in the code. The RTMPE protocol implementation uses ffrtmpcrypt:// as an alternative to the tcp:// protocol. This allows moving most of the lower level logic out from the higher level generic rtmp code. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 22 Jul, 2012 1 commit
-
-
Mans Rullgard authored
Use compiler-specific replacements for the -o flag in check_cc. This makes tests work properly with compilers using non-standard flags. The tms470 flags are updated to work with this scheme. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 21 Jul, 2012 2 commits
-
-
Diego Biurrun authored
-
Mans Rullgard authored
This is in preparation for following changes. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-