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 54ff8f4 commit cb1d85eCopy full SHA for cb1d85e
.gitignore
@@ -4,6 +4,7 @@ output_*/
4
.DS_store
5
config.log
6
sandbox/
7
+.vs/
8
9
meson-cross.mingw.txt
10
/.vs/slnx.sqlite
.vs/ffmpeg-windows-build-helpers/v16/.suo
19 KB
cross_compile_ffmpeg.sh
@@ -161,7 +161,7 @@ check_missing_packages () {
161
exit 1
162
fi
163
export MINIMUM_KERNEL_VERSION = "4.19.128"
164
- if uname -a | awk -F'[ ]' '{ print $3 }' | awk -F- '{ print $1 }' != $MINIMUM_KERNEL_VERSION then
+ if uname -a | awk -F'[ ]' '{ print $3 }' | awk -F- '{ print $1 }' != $MINIMUM_KERNEL_VERSION ; then
165
echo "windows WSL detected: kernel not at minumum version required $MINIMUM_KERNEL_VERSION
166
please update via windows update then try again"
167
0 commit comments