Skip to content

Commit

Permalink
Release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinEesmaa committed Jun 22, 2023
1 parent 1c67f47 commit 3684ae1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion INSTALLVLCPLUGIN/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ public class Program
{
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;
Expand Down
6 changes: 3 additions & 3 deletions VVCEasy.bat
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion VVCEasy_compiler.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 3684ae1

Please sign in to comment.