We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20c4993 commit 1b8fc4dCopy full SHA for 1b8fc4d
1 file changed
.github/workflows/snapshot-macos-opencv.yml
@@ -12,6 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@v4
14
- run: brew install cmake ninja nasm
15
+ - run: pip3 install --break-system-packages numpy || pip3 install numpy
16
- name: fetch sources (ffmpeg 8.1.2 + opencv 5.0.0)
17
run: |
18
set -eux
@@ -27,7 +28,7 @@ jobs:
27
28
29
mkdir ffbuild && cd ffbuild
30
../ffmpeg-8.1.2/configure --cc=clang --prefix="$PWD/../ffprefix" \
- --disable-shared --enable-static --disable-programs --disable-doc \
31
+ --enable-shared --disable-static --disable-programs --disable-doc \
32
--disable-autodetect --enable-pic
33
make -j"$(sysctl -n hw.ncpu)" && make install
34
echo "FFMPEG_PREFIX=$PWD/../ffprefix" >> "$GITHUB_ENV"
0 commit comments