mirror of
https://github.com/MartinEesmaa/VVCEasy.git
synced 2025-06-05 21:59:20 +02:00
Fix duplicate one word
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
echo Updating and upgrading MSYS2 packages... if system core update requires reboot this application, please run this script again after being updated.
|
echo Updating and upgrading MSYS2 packages... if system core update requires reboot this application, please run this script again after being updated.
|
||||||
pacman -Syu
|
pacman -Syu
|
||||||
echo Installing MSYS2 packages...
|
echo Installing MSYS2 packages...
|
||||||
pacman -Syu python nasm vim $MINGW_PACKAGE_PREFIX-{toolchain,cmake,autotools,meson,ninja}
|
pacman -S python nasm vim $MINGW_PACKAGE_PREFIX-{toolchain,cmake,autotools,meson,ninja}
|
||||||
echo Starting process of FFmpeg build with libvvenc and libvvdec...
|
echo Starting process of FFmpeg build with libvvenc and libvvdec...
|
||||||
if [ ! -d buildffmpegwin ]; then
|
if [ ! -d buildffmpegwin ]; then
|
||||||
mkdir buildffmpegwin && cd buildffmpegwin
|
mkdir buildffmpegwin && cd buildffmpegwin
|
||||||
|
Reference in New Issue
Block a user