Skip to content

Commit f513124

Browse files
committed
item B: dump all FFMPEG cmake cache vars to pin the HAVE_FFMPEG reset
1 parent ce565de commit f513124

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/snapshot-windows-opencv.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ jobs:
9999
-DWITH_UNIFONT=OFF -DWITH_ADE=OFF \
100100
-DBUILD_TESTS=OFF -DBUILD_PERF_TESTS=OFF -DBUILD_EXAMPLES=OFF \
101101
-DBUILD_opencv_apps=OFF -DBUILD_JAVA=OFF -DBUILD_opencv_python3=OFF 2>&1 | tail -50
102-
echo "=== FFmpeg detected by cmake? ==="
103-
grep -iE "FFMPEG|videoio" bld/CMakeCache.txt | grep -iE "HAVE|FFMPEG_FOUND" | head || true
102+
echo "=== FFmpeg cmake vars (pin why HAVE_FFMPEG=false despite FFMPEG_FOUND=1) ==="
103+
grep -iE "FFMPEG" bld/CMakeCache.txt | head -40 || true
104104
- name: reference build (materialize generators) + dump commands
105105
shell: bash
106106
run: |

0 commit comments

Comments
 (0)