Release v2.0.0

This commit is contained in:
MartinEesmaa 2023-06-22 21:39:58 +10:00
parent 1c67f4778d
commit 3684ae13f8
No known key found for this signature in database
GPG Key ID: FD65711850BEEE70
4 changed files with 7 additions and 7 deletions

View File

@ -52,7 +52,7 @@ DVBPSI_DIR = DVBPSI source files
### Windows
You need the CMAKE GUI, Visual Studio 2017 or newer, VLC SDK, [libvtmdec](https://vcgit.hhi.fraunhofer.de/delagrangep/VVCSoftware_VTM/-/tree/VTM-16.0-MT) precompiled shared dll in lib folder + sources, dvbpsi source and VLC source files of the desktop version. You need to modify vlc_threads.h, before compile.
You need the CMAKE GUI, Visual Studio 2017 or newer, VLC SDK, [libvtmdec](https://vcgit.hhi.fraunhofer.de/delagrangep/VVCSoftware_VTM/-/tree/VTM-18.2-MT) precompiled shared dll in lib folder + sources, dvbpsi source and VLC source files of the desktop version. You need to modify vlc_threads.h, before compile.
vlc_threads.h can be found in VLC folder/sdk/include/vlc/plugins. Search `val = poll(fds, nfds, timeout);` and comment the only one file, that's it.

View File

@ -6,8 +6,8 @@ namespace VVCEasy
{
public static void Main()
{
string version = "v.1.0.1";
string codeversion = "Summer time for fun.";
string version = "v2.0.0";
string codeversion = "Party of Martin Eesmaa's birthday at age 18.";
string title = "Martin Eesmaa / VVCEasy";
bool exit = false;
Console.Title = title;

View File

@ -1,8 +1,8 @@
echo off
set welcometitle=Martin Eesmaa / VVCEasy
set version=v.1.0.1
set versionname=Summer time for fun.
set vvceasydate=2 July 2022
set version=v2.0.0
set versionname=Party of Martin Eesmaa's birthday at age 18.
set vvceasydate=22 June 2023
pushd "%~dp0"
cls

View File

@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "VVCEasy"
#define MyAppVersion "0.5.0"
#define MyAppVersion "2.0.0"
#define MyAppPublisher "Martin Eesmaa"
#define MyAppURL "https://github.com/MartinEesmaa/VVCEasy"