File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414 - name : Build source package
1515 run : |
1616 pip install cython
17- python scripts/fetch-vendor.py --config-file scripts/ffmpeg-7.0 .json /tmp/vendor
17+ python scripts/fetch-vendor.py --config-file scripts/ffmpeg-7.1 .json /tmp/vendor
1818 PKG_CONFIG_PATH=/tmp/vendor/lib/pkgconfig python setup.py sdist
1919 - name : Upload source package
2020 uses : actions/upload-artifact@v4
6161 env :
6262 CIBW_ARCHS : ${{ matrix.arch }}
6363 CIBW_BEFORE_ALL_LINUX : yum install -y alsa-lib libxcb
64- CIBW_BEFORE_BUILD : python scripts/fetch-vendor.py --config-file scripts/ffmpeg-7.0 .json /tmp/vendor
65- CIBW_BEFORE_BUILD_MACOS : python scripts/fetch-vendor.py --config-file scripts/ffmpeg-7.0 .json /tmp/vendor
66- CIBW_BEFORE_BUILD_WINDOWS : python scripts\fetch-vendor.py --config-file scripts\ffmpeg-7.0 .json C:\cibw\vendor
64+ CIBW_BEFORE_BUILD : python scripts/fetch-vendor.py --config-file scripts/ffmpeg-7.1 .json /tmp/vendor
65+ CIBW_BEFORE_BUILD_MACOS : python scripts/fetch-vendor.py --config-file scripts/ffmpeg-7.1 .json /tmp/vendor
66+ CIBW_BEFORE_BUILD_WINDOWS : python scripts\fetch-vendor.py --config-file scripts\ffmpeg-7.1 .json C:\cibw\vendor
6767 CIBW_ENVIRONMENT_LINUX : LD_LIBRARY_PATH=/tmp/vendor/lib:$LD_LIBRARY_PATH PKG_CONFIG_PATH=/tmp/vendor/lib/pkgconfig
6868 CIBW_ENVIRONMENT_MACOS : PKG_CONFIG_PATH=/tmp/vendor/lib/pkgconfig LDFLAGS=-headerpad_max_install_names
6969 CIBW_ENVIRONMENT_WINDOWS : INCLUDE=C:\\cibw\\vendor\\include LIB=C:\\cibw\\vendor\\lib PYAV_SKIP_TESTS=unicode_filename
You can’t perform that action at this time.
0 commit comments