You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(item B): windows-native pkg-config (pkgconfiglite) for FFmpeg detection
Prior run: hardcoded MSYS2 pkg-config path didn't exist -> cmake never saw ffmpeg
-> cap_ffmpeg not compiled. Use choco pkgconfiglite (on windows PATH, usable by
cmake in git-bash) + check all 4 .pc (avcodec/avformat/avutil/swscale).
0 commit comments