summaryrefslogtreecommitdiff
path: root/recipes/sbc.recipe
AgeCommit message (Collapse)AuthorFilesLines
2020-09-30bootstrap: Don't use autotools build-tools on WindowsNirbheek Chauhan1-3/+1
We should never run autoreconf because it hangs on the Windows CI runner. Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/622>
2020-09-30recipes: Try to eliminate autoreconf as much as possible on WindowsNirbheek Chauhan1-1/+6
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>
2019-06-11build: Convert compilation stage to asyncMatthew Waters1-2/+2
Allows universal recipes to execute multiple compilation stages concurrently
2018-11-12sbc: autoreconf to pickup libtool changesMatthew Waters1-0/+1
fixes android NDK r18 build
2018-09-19recipes: Add tarball checksums for all recipesNirbheek Chauhan1-0/+1
This should cover all recipes; even those that aren't built by default https://bugzilla.gnome.org/show_bug.cgi?id=797177
2018-09-07sbc.recipe: Define ssize_t on MSVC as SSIZE_TNirbheek Chauhan1-1/+2
ssize_t is not available on MSVC, but SSIZE_T is and is the same thing.
2018-07-22recipes: Move all recipes to HTTPSNirbheek Chauhan1-1/+1
Also add a check in Cerbero to ensure that no insecure URLs are used.
2018-07-22recipes: Use %(version)s in all tarball URLsNirbheek Chauhan1-1/+1
It makes it easier to upgrade recipes.
2016-10-20sbc.recipe: Don't use NEON on arm64 with ClangNirbheek Chauhan1-1/+2
Fixes a build failure on OS X for iOS-universal (arm64). Also remove an unused and useless patch.
2016-10-18sbc.recipe: Don't use --version-script on non-GNU systemsNirbheek Chauhan1-0/+9
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.
2016-10-17recipes: Fix sbc build with mingwEdward Hervey1-0/+1
We need to include <stdint.h>
2016-10-14sbc: Add config for libsbcOlivier CrĂȘte1-0/+12