File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ jobs:
141141 rm -f /usr/local/bin/idle3*
142142 rm -f /usr/local/bin/pydoc3*
143143 rm -f /usr/local/bin/python3*
144- brew install autoconf automake libtool pkg-config nasm ffmpeg@7 \
144+ brew install autoconf automake libtool pkg-config nasm ffmpeg \
145145 freetype libebur128 libev libgcrypt libtasn1 speex x264 x265 luajit
146146 BREW_PREFIX="$(brew --prefix)"
147147 set-env HOST_CC "clang"
@@ -154,7 +154,6 @@ jobs:
154154 set-env DISABLE_VALGRIND "1"
155155 set-env INSERT_LIBRARIES "$(clang -print-search-dirs | sed -n 's/^libraries: =//p')/lib/darwin/libclang_rt.asan_osx_dynamic.dylib"
156156 set-env UBSAN_OPTIONS "print_stacktrace=1"
157- set-env PKG_CONFIG_PATH "$BREW_PREFIX/opt/ffmpeg@7/lib/pkgconfig"
158157
159158 - name : Install bitstream
160159 run : |
You can’t perform that action at this time.
0 commit comments