@@ -30,10 +30,8 @@ environment = { PROJECT_NAME="essentia-tensorflow", ESSENTIA_PROJECT_NAME="${PRO
3030
3131before-all = [
3232 " brew install pkg-config gcc readline sqlite gdbm freetype libpng" ,
33- " brew install eigen libyaml fftw ffmpeg@2.8 libsamplerate libtag" ,
34- " brew link --force ffmpeg@2.8" ,
33+ " brew install eigen libyaml fftw ffmpeg libsamplerate libtag" ,
3534 " brew install chromaprint" ,
36- " brew link --overwrite ffmpeg@2.8" ,
3735 # Delocate checks for the min OS version (LC_BUILD_VERSION or C_VERSION_MIN_MACOSX).
3836 # Tensorflow bottle a has minimum target of 14.2 which is too new.
3937 # We could build from source as a workaround, however, it takes too much time on the CI worker.
@@ -67,10 +65,8 @@ environment = { PROJECT_NAME="essentia-tensorflow", ESSENTIA_PROJECT_NAME="${PRO
6765
6866before-all = [
6967 " brew install pkg-config gcc readline sqlite gdbm libpng" ,
70- " brew install eigen libyaml fftw ffmpeg@2.8 libsamplerate libtag" ,
71- " brew link --force ffmpeg@2.8" ,
68+ " brew install eigen libyaml fftw ffmpeg libsamplerate libtag" ,
7269 " brew install chromaprint" ,
73- " brew link --overwrite ffmpeg@2.8" ,
7470 # Delocate checks for the min OS version (LC_BUILD_VERSION or C_VERSION_MIN_MACOSX).
7571 # Tensorflow bottle a has minimum target of 15.2 which is too new.
7672 # We could build from source as a workaround, however, it takes too much time on the CI worker.
0 commit comments