- Oct 11, 2019
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
We can't use vlc_stream_NewURL as it will include the skiptags filter
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Since the only part that matters to taglib is the filename, and more specifically the extension part.
-
-
As they are extremely likely to be read already
-
Marvin Scholz authored
-
Marvin Scholz authored
The autoconf endianness check does not compile with a C++ compiler due to bogus casts, therefore it is needed to use the C compiler to check for the host endianness. This fixes the libmodplug contrib build for Android.
-
Marvin Scholz authored
These backslashes would actually end up in the documentations code block and are not needed here.
-
Marvin Scholz authored
-
Marvin Scholz authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
- Oct 10, 2019
-
-
Thomas Guillem authored
On linux, -lslang was not added on LDLIB Fixes #17251
-
Thomas Guillem authored
This fixes -lz that is not added in ldlib on linux. Refs #17251
-
It does not compile. Signed-off-by: Thomas Guillem <thomas@gllm.fr>
-
Otherwise it is autodetected, which leads to nonreproducible builds: depending if GLUT is available or not, OpenGL is enabled or not. This also might fix #20543 (cannot be verified due to #17251). Signed-off-by: Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
-
- Oct 09, 2019
-
-
Martin Storsjö authored
Previously, the original linker generated import libraries were copied into the lib directory with names "libvlc.lib" and "libvlccore.lib", only to be overwritten by dlltool in the next step. The duplication appeared in ab72243a; before that, the files were copied keeping their original names. Later, 4ab7dfbf added import libraries containing only linker script, with names vlc.lib and vlccore.lib (which are picked up by GNU ld but are an uncommon naming pattern for mingw libraries), as a convenience for mingw toolchains, being able to only specify -lvlc -lvlccore. Instead of providing libraries (with the intention of being used by mingw tools) with the more foreign (to mingw) names "vlc.lib" and "vlccore.lib", name them "libvlc.dll.a" and "libvlccore.dll.a", and make them a copy of the dlltool generated import library instead of being a linker script (for compatibility with lld).
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Instead of an unprotected plain integer
-
Hugo Beauzée-Luyssen authored
-
Thomas Guillem authored
If there is no display, there is no thread and vout_control_Hold() will wait indefinitely.
-
Thomas Guillem authored
Not fixing anything since this control struct is allocated from the vlc_object_t that is 0ed.
-
Steve Lhomme authored
It's already set to NULL above if it wasn't NULL.
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
For example if the vout didn't start properly.
-
Steve Lhomme authored
-
- Oct 08, 2019
-
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-