Skip to content

Commit

Permalink
Fix bug error unrecognized
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinEesmaa committed Sep 8, 2024
1 parent 5982232 commit c97c61d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VVCEasy.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit c97c61d

Please sign in to comment.