Age | Commit message (Collapse) | Author | Files | Lines |
|
We should never run autoreconf because it hangs on the Windows CI
runner.
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/622>
|
|
autom4te seems to hang on the Windows CI runners because it needs to
use the ancient MSYS perl, so try to eliminate it and see if it helps.
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/616>
|
|
Allows universal recipes to execute multiple compilation stages
concurrently
|
|
fixes android NDK r18 build
|
|
This should cover all recipes; even those that aren't built by default
https://bugzilla.gnome.org/show_bug.cgi?id=797177
|
|
ssize_t is not available on MSVC, but SSIZE_T is and is the same thing.
|
|
Also add a check in Cerbero to ensure that no insecure URLs are used.
|
|
It makes it easier to upgrade recipes.
|
|
Fixes a build failure on OS X for iOS-universal (arm64).
Also remove an unused and useless patch.
|
|
The linker on OS X and iOS for instance doesn't support the
--version-script argument.
Fixes the build on OS X. iOS still fails with a different error in this
same recipe.
|
|
We need to include <stdint.h>
|
|
|