- Dec 01, 2022
-
-
When cross-compiling, PKG_CONFIG might pick up the wayland-scanner from the sysroot.
-
- Nov 30, 2022
-
-
-
-
free(NULL) is allowed and no-op.
-
OpenBSD has long since stopped using OSS in favor of sndio.
-
Steve Lhomme authored
We don't need any of the executables. They take space in the final prebuilt tarballs.
-
Steve Lhomme authored
We avoid a reconfiguration.
-
Steve Lhomme authored
We need to keep the reconf otherwise it doesn't know about emscripten.
-
Steve Lhomme authored
-
Steve Lhomme authored
We're closer to upstream.
-
Steve Lhomme authored
We should not modify it in this getter.
-
The meaning of i_visible_pitch in plane_t is broken: exposing the visible area size without knowing the offset is meaningless (it may only be used correctly when there is no offset). See !2879. Rework the software OpenGL interop to avoid using its value. Fixes #27264
-
-
- Nov 29, 2022
-
-
interpreting ARGB32 data as uint64_t data causes an OOB
-
Steve Lhomme authored
The gnulib packaged doesn't seem to match the source (wint_t detection differences). We can just force EXTRA_PROGRAMS to avoid building the executables. The strverscmp() patch doesn't seem necessary anymore.
-
The test suite is already taking care of the timeout, and playback + seek + thumbnail can take more than 2 seconds (in case of very high load). Refs #24618
-
Fixes #24678
-
According to #24678 it should work with Clang 5 and above. Not sure there are iOS/XCode toolchain still available that can target iOS 9 with an older Clang. The iOS armv7 target continues to build assembler as before.
-
Steve Lhomme authored
-
Steve Lhomme authored
This allows using more common major/minor/micro values.
-
Steve Lhomme authored
And not the (confusing) other way around.
-
Steve Lhomme authored
-
Steve Lhomme authored
The values should be about libvlc and nothing else.
-
Steve Lhomme authored
Just like the other libvlc headers.
-
- Nov 28, 2022
-
-
std::round in gtk_util.cpp and std::ceil in covergenerator.cpp are not found when cross-compiling if cmath is not included.
-
-
-
-
Signed-off-by: Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by: Claudio Cambra <developer@claudiocambra.com>
-
- Nov 27, 2022
-
-
This reverts commit 8e167abc. We don't need it anymore now that WIX comes from the contribs.
-
-
Rather than relying on it being installed somewhere on wine we can use our own and control which version is used. It's always added to the windows builds even though it may not be used in the end. But the package is not big and doesn't require any building. It requires dotnet 4.0 being installed in Wine. While WIX is open source, the wix 3.5 we are using cannot realistically be built in our contribs as it's hardcoded to build with VS 2008. Even the most recent builds of WIX still don't build in Linux. We already use a prebuilt version in Docker images, except it's a .msi file that is installed via wine.
-
.zip files usually don't have a top directory with a version number.
-
-
Signed-off-by: Claudio Cambra <developer@claudiocambra.com>
-
- Nov 26, 2022
-
-
-
-
picture_InternalClone can fail and return NULL, so the clone picture must not be used in case of error. Regression from e0b6a09a.
-