Fix bug error unrecognized

This commit is contained in:
MartinEesmaa 2024-09-08 20:24:31 +10:00
parent 598223240c
commit c97c61d14b
No known key found for this signature in database
GPG Key ID: FD65711850BEEE70
1 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ echo 9. Install/Update VLC VTM Plugins (Windows/Linux x64 of VLC plugins by Inte
echo 10. Install FFmpeg VVC support.
echo 11. Install MPV VVC support
echo 12. Tests of VVC videos
echo 13. Build vvenc & vvdec by yourself from sources
echo 13. Build vvenc and vvdec by yourself from sources
set /p VVCSTART=Number:
if "%VVCSTART%" == "1" goto encodestart
@ -589,7 +589,7 @@ pause
goto start
:main123
title Build vvenc & vvdec by yourself from sources
title Build vvenc and vvdec by yourself from sources
cls
echo Do you want build of vvenc and vvdec yourself on your computer?
echo Before you agree to build for Windows, you need Cmake and Visual Studio on your computer.