mirror of
https://github.com/MartinEesmaa/VVCEasy.git
synced 2025-02-21 14:00:51 +01:00
Release v2.0.0
This commit is contained in:
parent
1c67f4778d
commit
3684ae13f8
@ -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.
|
||||
|
||||
|
@ -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;
|
||||
|
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user