- 26 Dec, 2017 11 commits
-
-
François Cartegnie authored
-
François Cartegnie authored
-
Nathaniel Graham authored
Close #19335 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
It is only available since 10.11
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Hugo Beauzée-Luyssen authored
Reported-by:
Alexandre Fernandez <nerf@boboop.fr>
-
Pierre Lamot authored
-
Hugo Beauzée-Luyssen authored
-
François Cartegnie authored
-
François Cartegnie authored
-
- 25 Dec, 2017 2 commits
-
-
Konstantin Pavlov authored
-
Marvin Scholz authored
Breakpad 0.1.2 fixes macOS build failures with the Xcode project for the dump_syms tool.
-
- 24 Dec, 2017 2 commits
-
-
François Cartegnie authored
-
François Cartegnie authored
-
- 23 Dec, 2017 7 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- 22 Dec, 2017 17 commits
-
-
Adrien Maglo authored
Keep the codec order to achieve a correct Ambisonics rendering. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Adrien Maglo authored
Keep the original decoded order to achieve a correct Ambisonics rendering. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Natanael Copa authored
Test for the existence of the GNU extension getaddrinf_a and libanl instead of assuming that every Linux has it. Fall back to posix variant if they are missing. This fixes build with musl libc which does not implement this GNU extension. Fixes #19320 Signed-off-by:
Natanael Copa <ncopa@alpinelinux.org> Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Because of TEXTREL...
-
Thomas Guillem authored
__ANDROID__ doesn't seem to be defined when built from the android yasm
-
Natanael Copa authored
Signed-off-by:
Natanael Copa <ncopa@alpinelinux.org> Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Martin Storsjö authored
The previous version of win32.patch left things in a bit more broken state than necessary. The previous version of the patch removed LD=gcc and removed a number of flags, making the build trying to build a DLL (but without the option -shared), actually producing an EXE. (The linked DLLs are later actually removed by the contribs build system.) Instead of removing LD=gcc, change it into LD=$(CC) which is more what glew originally intended, and keep the flags for linking shared libraries (but remove the -soname option which isn't supported by neither GNU ld nor lld). This fixes building in setups where $(LD) points to lld. Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Martin Storsjö authored
When building the Qt tools for the target architecture in cross compilation, the bootstrap object library is rebuilt. (In cross builds of Qt, the tools are only built for the build host. The VLC contribs build them manually for the targeted environment afterwards.) The tools bootstrap library wasn't removed inbetween though. This meant that the object files for the second round (for the cross target environment) were added to the bootstrap library for the host environment. Most object files were just replaced, but some few object files weren't built at all in cross builds for windows. This meant that after cross-building the bootstrap library for windows, it still contained a few object files for the native host build environment as well. lld-link errors out when it encounters object files in a static library that it can't parse (in this case, ELF files when doing a windows cross build). Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Martin Storsjö authored
Clang errors out on casting from a pointer to a smaller integer type. This is an adapted backport of a newer upstream harfbuzz commit 03b7a221f701a9b003890878e730ad175c3fdd86. Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Martin Storsjö authored
lld doesn't support providing the DLL instead of an import library when linking. Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Hugo Beauzée-Luyssen authored
CID #1463250
-
Hugo Beauzée-Luyssen authored
CID #1463254
-
Hugo Beauzée-Luyssen authored
CID #1463255 #1463251
-
Hugo Beauzée-Luyssen authored
CID #1463259
-
Hugo Beauzée-Luyssen authored
CID #1463257 #1463249
-
Hugo Beauzée-Luyssen authored
CID #1463258
-
Hugo Beauzée-Luyssen authored
CID #1463259
-
- 21 Dec, 2017 1 commit
-
-
François Cartegnie authored
occues in <set> animations and broken CaptionMaker smpte-tt refs #19231
-