- 28 Oct, 2014 1 commit
-
-
Luca Barbato authored
xcb-utils are not needed anymore.
-
- 26 Oct, 2014 1 commit
-
-
Luca Barbato authored
Matches the x11grab screen capture by features.
-
- 25 Oct, 2014 1 commit
-
-
Martin Storsjö authored
This allows writing most code as if they always are is available. These are ok to use from other libraries even though it's not a public header, since they only provide an inline declaration, and doesn't add an actual dependency on lavu internals. (This can be considered more a build system compatibility fallback than a libavutil feature.) Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 10 Oct, 2014 1 commit
-
-
James Almer authored
This silences warnings about passing arguments from incompatible pointer type when targeting Windows Vista or newer. Signed-off-by:
James Almer <jamrial@gmail.com> Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 04 Oct, 2014 1 commit
-
-
Josh Allmann authored
This is needed for clock_gettime. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 27 Sep, 2014 1 commit
-
-
Luca Barbato authored
Support musl out of box. Amend commit 9d2cee52 that got wrongly merged in its stead.
-
- 26 Sep, 2014 1 commit
-
-
Luca Barbato authored
Non-standard compliant libc should be supported on a per-case basis anyway.
-
- 17 Sep, 2014 1 commit
-
-
Jörg Krause authored
HOSTCPPFLAGS and HOSTCFLAGS are only set in config.mak. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 16 Sep, 2014 2 commits
-
-
Mikulas Patocka authored
-
Diego Biurrun authored
-
- 07 Sep, 2014 1 commit
-
-
Diego Biurrun authored
-
- 04 Sep, 2014 1 commit
-
-
Diego Biurrun authored
These are the only WMA bits shared with binkaudio. Splitting them off reduces the binnkaudio dependency on general WMA code.
-
- 03 Sep, 2014 1 commit
-
-
Luca Barbato authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 23 Aug, 2014 1 commit
-
-
Reinhard Tartler authored
This option facilitates testing shared libarary builds: for instance fate builders do no longer need to set LD_LIBRARY_PATH as the binaries will get the right search paths hardcoded into their executable file. This option is only meant to be used for testing purposes: The installed libraries must not move around in the file system, and doing so will cause a lot of subtle problems. For more information why using RPATH is dangerous, please refer to https://blog.flameeyes.eu/2010/06/the-why-and-how-of-rpath
-
- 22 Aug, 2014 1 commit
-
-
Luca Barbato authored
Since they are aliases for ogg enabling any of them enables ogg as well.
-
- 21 Aug, 2014 1 commit
-
-
Diego Biurrun authored
The same is done for GCC and clang already.
-
- 13 Aug, 2014 1 commit
-
-
Martin Storsjö authored
On mingw64 with c++11 support, the link libraries do contain a nanosleep function, while it isn't exposed via the headers. Using check_func_headers instead of a plain check_func fixes this misdetection. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 10 Aug, 2014 4 commits
-
-
Martin Storsjö authored
The -MD option (for enabling a dynamically linked crt) gets interpreted as a cpp option for generating dependency information (into a file named '-.d', when preprocessing to a pipe). We shouldn't be passing any and all C compiler flags to armasm (which is a plain assembler, only with cpp bolted on via gas-preprocessor), but these are the main conflicting ones. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Older versions don't support all the features we test for now. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Diego Biurrun authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 08 Aug, 2014 2 commits
-
-
Diego Biurrun authored
Standalone GNU assembly is not used on x86.
-
Diego Biurrun authored
-
- 06 Aug, 2014 1 commit
-
-
Martin Storsjö authored
This tries to find the most expressive part of the output of armcc --vsn to include, giving a compiler identification of "ARM Compiler 5.04 update 2 (build 82)" instead of just "ARM Compiler 5.04" for armcc 5.0. 4.x versions of armcc output the following, for "armcc --vsn": ARM C/C++ Compiler, RVCT4.0 [Build 925] For evaluation purposes only Software supplied by: ARM Limited ARM C/C++ Compiler, 4.1 [Build 894] For evaluation purposes only Software supplied by: ARM Limited 5.0 versions output this: Product: ARM Compiler 5.04 Component: ARM Compiler 5.04 update 2 (build 82) Tool: armcc [5040081] For evaluation purposes only Software supplied by: ARM Limited Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 05 Aug, 2014 1 commit
-
-
Janne Grunau authored
llvm's integrated assembler supports the AArch64 asm on darwin since August 2014. So check $as first before using gas-preprocessor.pl via $gas. Makes the checks specific for that the architecture specific asm needs. PPC Altivec and AArch64 needs on ':vararg' for macro arguments. Arm needs in addition the '.altmacro' directive.
-
- 04 Aug, 2014 3 commits
-
-
Ben Avison authored
Initialise VC1DSPContext for parser as well as for decoder. Note, the VC-1 code doesn't actually use the function pointer yet. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
Ben Avison authored
This permits re-use with parsers for codecs which use similar start codes. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
Marvin Scholz authored
Icecast is basically a convenience wrapper around the HTTP protocol. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 30 Jul, 2014 1 commit
-
-
Diego Biurrun authored
-
- 28 Jul, 2014 1 commit
-
-
Luca Barbato authored
Distributors and integrators nowadays have less problems by leveraging pkg-config files than having to set custom CFLAGS and LDFLAGS.
-
- 22 Jul, 2014 2 commits
-
-
Martin Storsjö authored
Check for an instruction that causes the (very old) Apple GCC 4.2 to error out ("unrecognizable insn"). Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Diego Biurrun authored
-
- 21 Jul, 2014 4 commits
-
-
Janne Grunau authored
-
Luca Barbato authored
The options is useful to build position-independent executables on hardened systems (e.g. Android L and Gentoo Hardened).
-
Luca Barbato authored
The library does not have external dependencies.
-
Diego Biurrun authored
-
- 17 Jul, 2014 2 commits
-
-
Diego Biurrun authored
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 09 Jul, 2014 2 commits
-
-
Diego Biurrun authored
-
Anton Khirnov authored
-