Browse Source

force disable mp3 support for now

Signed-off-by: falkTX <falktx@falktx.com>
pull/28/head
falkTX 3 years ago
parent
commit
6c11b17d5f
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 4 additions and 1 deletions
  1. +1
    -1
      .github/workflows/bootstrap.yml
  2. +3
    -0
      bootstrap-common.sh

+ 1
- 1
.github/workflows/bootstrap.yml View File

@@ -8,7 +8,7 @@ on:
branches:
- '*'
env:
CACHE_VERSION: 11
CACHE_VERSION: 12
DEBIAN_FRONTEND: noninteractive
HOMEBREW_NO_AUTO_UPDATE: 1



+ 3
- 0
bootstrap-common.sh View File

@@ -183,6 +183,9 @@ fi

LIBSNDFILE_EXTRAFLAGS="--disable-alsa --disable-full-suite --disable-sqlite"

# force disable mp3 support for now, until we handle those libs
LIBSNDFILE_EXTRAFLAGS+=" --disable-mpeg"

# force intrinsic optimizations on macos-universal target
if [ "${MACOS_UNIVERSAL}" -eq 1 ]; then
LIBSNDFILE_EXTRAFLAGS+=" ac_cv_header_immintrin_h=yes"


Loading…
Cancel
Save