Skip to content

Instantly share code, notes, and snippets.

View fador's full-sized avatar

Marko Viitanen fador

View GitHub Profile
@fador
fador / windows.sh
Last active October 11, 2022 10:51 — forked from fasterthanlime/windows.sh
Building ffmpeg & kvazaar with MSVC from msys2
#!/bin/bash
# put script to ~/Release/windows.sh
# run from ~: CI_ARCH=x86_64 ./Release/windows.sh
# Modified from https://gist.github.com/fasterthanlime/b674346115e88b762d76dac02fef6bd3
# to build Kvazaar with VS2022 support
set -e
if [[ -z "${FFRUST_VC_PATH}" ]]; then