- Jul 28, 2012
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- Jul 27, 2012
-
-
Justin Ruggles authored
-
- Jul 26, 2012
-
-
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
-
- Jul 23, 2012
-
-
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>
-
- Jul 22, 2012
-
-
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>
-
- Jul 21, 2012
-
-
Diego Biurrun authored
-
Mans Rullgard authored
This is in preparation for following changes. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Samuel Pitoiset authored
The incompatibility with librtmp is already expressed in the ffrtmphttp protocol dependency declaration, which both RTMPT and RTMPTS depend on. Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
Mans Rullgard authored
This is in preparation for supporting host compilers with non-standard flags. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This is more consistent, and doing it earlier is harmless. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This allows filtering of linker flags the same was as already supported for CFLAGS. The filter must be initialised to 'echo' early since it is invoked by --extra-ldflags. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Name variables pertaining to various types of flags with 'cflags' etc as prefix instead of suffix. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This is not used and the current design would not work properly if mixing tools needing different filters. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This variable is only used once, so setting it there is clearer. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- Jul 19, 2012
-
-
Mans Rullgard authored
This provides a more precise identification of the compiler used. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- Jul 18, 2012
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- Jul 17, 2012
-
-
Michael Bradshaw authored
Based on FFmpeg version from commit 713a7854 Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
Samuel Pitoiset authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Samuel Pitoiset authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Jul 16, 2012
-
-
Samuel Pitoiset authored
The prefix makes it easier to distinguish the proper end-user protocols from the internal ones. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
This makes the two checks (general vs winsock) fit in better. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Jul 15, 2012
-
-
Martin Storsjö authored
This is only used for checking for a certain library, but the code doesn't need to know whether the function was found. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Ronald S. Bultje authored
The actual result of the check isn't used anywhere (since we use this function unconditionally within #ifdef _WIN32), but it makes sure we explicitly link to shell32 (which is linked in implictly on mingw). Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Jul 14, 2012
-
-
Ronald S. Bultje authored
This function is only available in the headers if unconditionally targeting a version >= XP. It is not strictly necessary, since we try loading these functions dynamically at runtime on windows in the fallback, but this makes things a bit faster and more straightforward. On mingw32, this function isn't visible by default, while it is on mingw64 (on both 32 and 64 bit). Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Jul 12, 2012
-
-
Diego Biurrun authored
The mxf_d10 test depends on avconv, which depends on avfilter, so there is no need to declare an avfilter dependency for the mxf_d10 test.
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Jul 11, 2012
-
-
Ronald S. Bultje authored
This allows compiling and running these tests on systems lacking a built- in version of getopt(), such as MSVC. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Ronald S. Bultje authored
Add a fallback implementation if it doesn't exist. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Jul 10, 2012
-
-
Ronald S. Bultje authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de> Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Ronald S. Bultje authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Ronald S. Bultje authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Ronald S. Bultje authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de> Signed-off-by:
Martin Storsjö <martin@martin.st>
-