mirror of
https://github.com/MartinEesmaa/VVCEasy.git
synced 2025-06-05 21:59:20 +02:00
Release v2.0.0
This commit is contained in:
@ -52,7 +52,7 @@ DVBPSI_DIR = DVBPSI source files
|
|||||||
|
|
||||||
### Windows
|
### 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.
|
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()
|
public static void Main()
|
||||||
{
|
{
|
||||||
string version = "v.1.0.1";
|
string version = "v2.0.0";
|
||||||
string codeversion = "Summer time for fun.";
|
string codeversion = "Party of Martin Eesmaa's birthday at age 18.";
|
||||||
string title = "Martin Eesmaa / VVCEasy";
|
string title = "Martin Eesmaa / VVCEasy";
|
||||||
bool exit = false;
|
bool exit = false;
|
||||||
Console.Title = title;
|
Console.Title = title;
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
echo off
|
echo off
|
||||||
set welcometitle=Martin Eesmaa / VVCEasy
|
set welcometitle=Martin Eesmaa / VVCEasy
|
||||||
set version=v.1.0.1
|
set version=v2.0.0
|
||||||
set versionname=Summer time for fun.
|
set versionname=Party of Martin Eesmaa's birthday at age 18.
|
||||||
set vvceasydate=2 July 2022
|
set vvceasydate=22 June 2023
|
||||||
pushd "%~dp0"
|
pushd "%~dp0"
|
||||||
cls
|
cls
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
||||||
|
|
||||||
#define MyAppName "VVCEasy"
|
#define MyAppName "VVCEasy"
|
||||||
#define MyAppVersion "0.5.0"
|
#define MyAppVersion "2.0.0"
|
||||||
#define MyAppPublisher "Martin Eesmaa"
|
#define MyAppPublisher "Martin Eesmaa"
|
||||||
#define MyAppURL "https://github.com/MartinEesmaa/VVCEasy"
|
#define MyAppURL "https://github.com/MartinEesmaa/VVCEasy"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user