Updated copyright year.
This commit is contained in:
parent
2b869b7aa7
commit
eb41bbfb46
@ -1,5 +1,5 @@
|
|||||||
Simple x264/x265 Launcher - graphical video encoder front-end
|
Simple x264/x265 Launcher - graphical video encoder front-end
|
||||||
Copyright (C) 2004-2020 LoRd_MuldeR <mulder2@gmx.de>
|
Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
@ -29,11 +29,11 @@ GNU General Public License version 3
|
|||||||
|
|
||||||
The following third-party software is used by this program:
|
The following third-party software is used by this program:
|
||||||
|
|
||||||
The x264 encoder software is Copyright (C) 2003-2020 x264 project.
|
The x264 encoder software is Copyright (C) 2003-2021 x264 project.
|
||||||
http://www.videolan.org/developers/x264.html
|
http://www.videolan.org/developers/x264.html
|
||||||
x264 is a free software and is released under the terms of the GNU GPL.
|
x264 is a free software and is released under the terms of the GNU GPL.
|
||||||
|
|
||||||
The x265 encoder software is Copyright (C) 2013-2020 x265 project.
|
The x265 encoder software is Copyright (C) 2013-2021 x265 project.
|
||||||
http://www.videolan.org/developers/x265.html
|
http://www.videolan.org/developers/x265.html
|
||||||
x265 is a free software and is released under the terms of the GNU GPL.
|
x265 is a free software and is released under the terms of the GNU GPL.
|
||||||
|
|
||||||
@ -41,7 +41,7 @@ AviSynth is Copyright (C) 2002-2006 Ben Rudiak-Gould et al.
|
|||||||
http://avisynth.nl/index.php/Main_Page
|
http://avisynth.nl/index.php/Main_Page
|
||||||
AviSynth is a free software, released under the terms of the GNU GPL.
|
AviSynth is a free software, released under the terms of the GNU GPL.
|
||||||
|
|
||||||
VapourSynth is Copyright (c) 2012-2020 Fredrik Mellbin.
|
VapourSynth is Copyright (c) 2012-2021 Fredrik Mellbin.
|
||||||
http://www.vapoursynth.com/
|
http://www.vapoursynth.com/
|
||||||
VapourSynth is a free software, released under the terms of the GNU LGPL.
|
VapourSynth is a free software, released under the terms of the GNU LGPL.
|
||||||
|
|
||||||
|
@ -2,6 +2,10 @@
|
|||||||
Simple x264/x265 Launcher version history
|
Simple x264/x265 Launcher version history
|
||||||
-----------------------------------------
|
-----------------------------------------
|
||||||
|
|
||||||
|
Version 3.01 [2021-12-08]
|
||||||
|
* Updated x265 to version 3.5+20
|
||||||
|
* Updated build environment to Visual Studio 2022
|
||||||
|
|
||||||
Version 3.00 [2021-05-29]
|
Version 3.00 [2021-05-29]
|
||||||
* Updated x265 to version 3.5+2
|
* Updated x265 to version 3.5+2
|
||||||
* Updated NVEncC to version 5.33
|
* Updated NVEncC to version 5.33
|
||||||
|
10
README.md
10
README.md
@ -50,7 +50,7 @@ Occasionally your Antivirus program may mistakenly detect "malware" (virus, troj
|
|||||||
|
|
||||||
# License #
|
# License #
|
||||||
|
|
||||||
Simple x264/x265 Launcher is Copyright (C) 2004-2020 LoRd_MuldeR.
|
Simple x264/x265 Launcher is Copyright (C) 2004-2021 LoRd_MuldeR.
|
||||||
|
|
||||||
```
|
```
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
@ -79,15 +79,15 @@ The following third-party software is used by this application:
|
|||||||
http://qt.digia.com/
|
http://qt.digia.com/
|
||||||
Qt is a free software, released under the terms of GNU GPL, version 3.
|
Qt is a free software, released under the terms of GNU GPL, version 3.
|
||||||
|
|
||||||
* The x264 encoder software is Copyright (C) 2003-2020 x264 project.
|
* The x264 encoder software is Copyright (C) 2003-2021 x264 project.
|
||||||
http://www.videolan.org/developers/x264.html
|
http://www.videolan.org/developers/x264.html
|
||||||
x264 is a free software and is released under the terms of the GNU GPL.
|
x264 is a free software and is released under the terms of the GNU GPL.
|
||||||
|
|
||||||
* The x265 encoder software is Copyright (C) 2013-2020 x265 project.
|
* The x265 encoder software is Copyright (C) 2013-2021 x265 project.
|
||||||
http://www.videolan.org/developers/x265.html
|
http://www.videolan.org/developers/x265.html
|
||||||
x265 is a free software and is released under the terms of the GNU GPL.
|
x265 is a free software and is released under the terms of the GNU GPL.
|
||||||
|
|
||||||
* The NVEncC encoder software is Copyright (c) 1999-2020 rigaya.
|
* The NVEncC encoder software is Copyright (c) 1999-2021 rigaya.
|
||||||
https://onedrive.live.com/?id=6BDD4375AC8933C6%212293&cid=6BDD4375AC8933C6
|
https://onedrive.live.com/?id=6BDD4375AC8933C6%212293&cid=6BDD4375AC8933C6
|
||||||
NVEncC is a free software and is released under the terms of the MIT License.
|
NVEncC is a free software and is released under the terms of the MIT License.
|
||||||
|
|
||||||
@ -95,7 +95,7 @@ The following third-party software is used by this application:
|
|||||||
http://avisynth.nl/index.php/Main_Page
|
http://avisynth.nl/index.php/Main_Page
|
||||||
AviSynth is a free software, released under the terms of the GNU GPL.
|
AviSynth is a free software, released under the terms of the GNU GPL.
|
||||||
|
|
||||||
* VapourSynth is Copyright (c) 2012-2020 Fredrik Mellbin.
|
* VapourSynth is Copyright (c) 2012-2021 Fredrik Mellbin.
|
||||||
http://www.vapoursynth.com/
|
http://www.vapoursynth.com/
|
||||||
VapourSynth is free software, released under the terms of the GNU LGPL.
|
VapourSynth is free software, released under the terms of the GNU LGPL.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; ///////////////////////////////////////////////////////////////////////////////
|
; ///////////////////////////////////////////////////////////////////////////////
|
||||||
; // Simple x264 Launcher
|
; // Simple x264 Launcher
|
||||||
; // Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
; // Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
; //
|
; //
|
||||||
; // This program is free software; you can redistribute it and/or modify
|
; // This program is free software; you can redistribute it and/or modify
|
||||||
; // it under the terms of the GNU General Public License as published by
|
; // it under the terms of the GNU General Public License as published by
|
||||||
|
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
; ///////////////////////////////////////////////////////////////////////////////
|
; ///////////////////////////////////////////////////////////////////////////////
|
||||||
; // Simple x264 Launcher
|
; // Simple x264 Launcher
|
||||||
; // Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
; // Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
; //
|
; //
|
||||||
; // This program is free software; you can redistribute it and/or modify
|
; // This program is free software; you can redistribute it and/or modify
|
||||||
; // it under the terms of the GNU General Public License as published by
|
; // it under the terms of the GNU General Public License as published by
|
||||||
@ -127,7 +127,7 @@ VIAddVersionKey "Comments" "This program is free software; you can redistribute
|
|||||||
VIAddVersionKey "CompanyName" "Free Software Foundation"
|
VIAddVersionKey "CompanyName" "Free Software Foundation"
|
||||||
VIAddVersionKey "FileDescription" "Simple x264 Launcher [Build #${X264_BUILD}]"
|
VIAddVersionKey "FileDescription" "Simple x264 Launcher [Build #${X264_BUILD}]"
|
||||||
VIAddVersionKey "FileVersion" "${PRODUCT_VERSION_DATE}.${X264_BUILD}"
|
VIAddVersionKey "FileVersion" "${PRODUCT_VERSION_DATE}.${X264_BUILD}"
|
||||||
VIAddVersionKey "LegalCopyright" "Copyright 2004-2020 LoRd_MuldeR"
|
VIAddVersionKey "LegalCopyright" "Copyright 2004-2021 LoRd_MuldeR"
|
||||||
VIAddVersionKey "LegalTrademarks" "GNU"
|
VIAddVersionKey "LegalTrademarks" "GNU"
|
||||||
VIAddVersionKey "OriginalFilename" "x264_x64.${X264_DATE}.exe"
|
VIAddVersionKey "OriginalFilename" "x264_x64.${X264_DATE}.exe"
|
||||||
VIAddVersionKey "ProductName" "Simple x264 Launcher"
|
VIAddVersionKey "ProductName" "Simple x264 Launcher"
|
||||||
|
@ -223,7 +223,7 @@ Please check the web−site at <a href="http://muldersoft.com/">
|
|||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string><nobr><tt><b>x264 - the best H.264/AVC encoder. Copyright (C) 2003-2020 x264 project.</b><br>
|
<string><nobr><tt><b>x264 - the best H.264/AVC encoder. Copyright (C) 2003-2021 x264 project.</b><br>
|
||||||
Free software library for encoding video streams into the H.264/MPEG-4 AVC format.<br>
|
Free software library for encoding video streams into the H.264/MPEG-4 AVC format.<br>
|
||||||
Released under the terms of the GNU General Public License, version 2.<br>
|
Released under the terms of the GNU General Public License, version 2.<br>
|
||||||
<br>
|
<br>
|
||||||
@ -329,7 +329,7 @@ Note: Simple x264 Launcher is <u>not</u> affiliated with or endorsed
|
|||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string><nobr><tt><b>x265 - free H.265/HEVC encoder. Copyright (C) 2013-2020 x265 project.</b><br>
|
<string><nobr><tt><b>x265 - free H.265/HEVC encoder. Copyright (C) 2013-2021 x265 project.</b><br>
|
||||||
Commercially funded, open source implementation of the HEVC compression standard.<br>
|
Commercially funded, open source implementation of the HEVC compression standard.<br>
|
||||||
Released under the terms of the GNU General Public License, version 2.<br>
|
Released under the terms of the GNU General Public License, version 2.<br>
|
||||||
<br>
|
<br>
|
||||||
@ -434,7 +434,7 @@ Note: Simple x264 Launcher is <u>not</u> affiliated with or endorsed
|
|||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string><nobr><tt><b>NVEncC - NVIDIA GPU encoding. Copyright (C) 1999-2020 rigaya.</b><br>
|
<string><nobr><tt><b>NVEncC - NVIDIA GPU encoding. Copyright (C) 1999-2021 rigaya.</b><br>
|
||||||
NVEnc front-end by rigayaりがや. Check rigaya's <a href="https://onedrive.live.com/?id=6BDD4375AC8933C6!2293&cid=6BDD4375AC8933C6">OneDrive</a> for the latest downloads.<br>
|
NVEnc front-end by rigayaりがや. Check rigaya's <a href="https://onedrive.live.com/?id=6BDD4375AC8933C6!2293&cid=6BDD4375AC8933C6">OneDrive</a> for the latest downloads.<br>
|
||||||
Released under the terms of the MIT License.<br>
|
Released under the terms of the MIT License.<br>
|
||||||
<br>
|
<br>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
#define VER_X264_MAJOR 3
|
#define VER_X264_MAJOR 3
|
||||||
#define VER_X264_MINOR 0
|
#define VER_X264_MINOR 0
|
||||||
#define VER_X264_PATCH 0
|
#define VER_X264_PATCH 1
|
||||||
#define VER_X264_BUILD 1216
|
#define VER_X264_BUILD 1216
|
||||||
|
|
||||||
#define VER_X264_PORTABLE_EDITION (0)
|
#define VER_X264_PORTABLE_EDITION (0)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Simple x264 Launcher
|
// Simple x264 Launcher
|
||||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
// Copyright (C) 2004-2021 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
BIN
x264_launcher.rc
BIN
x264_launcher.rc
Binary file not shown.
10
z_build.bat
10
z_build.bat
@ -2,9 +2,9 @@
|
|||||||
REM ///////////////////////////////////////////////////////////////////////////
|
REM ///////////////////////////////////////////////////////////////////////////
|
||||||
REM // Set Paths
|
REM // Set Paths
|
||||||
REM ///////////////////////////////////////////////////////////////////////////
|
REM ///////////////////////////////////////////////////////////////////////////
|
||||||
set "MSVC_PATH=C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build"
|
set "MSVC_PATH=C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build"
|
||||||
set "TOOLS_VER=142"
|
set "TOOLS_VER=143"
|
||||||
set "SLN_FNAME=x264_launcher_MSVC2019.sln"
|
set "SLN_FNAME=x264_launcher_MSVC2022.sln"
|
||||||
|
|
||||||
REM ###############################################
|
REM ###############################################
|
||||||
REM # DO NOT MODIFY ANY LINES BELOW THIS LINE !!! #
|
REM # DO NOT MODIFY ANY LINES BELOW THIS LINE !!! #
|
||||||
@ -189,7 +189,7 @@ REM ///////////////////////////////////////////////////////////////////////////
|
|||||||
REM // Create Tag
|
REM // Create Tag
|
||||||
REM ///////////////////////////////////////////////////////////////////////////
|
REM ///////////////////////////////////////////////////////////////////////////
|
||||||
echo Simple x264/x265 Launcher - graphical front-end for x264 and x265 > "%PACK_PATH%\BUILD_TAG.txt"
|
echo Simple x264/x265 Launcher - graphical front-end for x264 and x265 > "%PACK_PATH%\BUILD_TAG.txt"
|
||||||
echo Copyright (C) 2004-2020 LoRd_MuldeR ^<MuldeR2@GMX.de^> >> "%PACK_PATH%\BUILD_TAG.txt"
|
echo Copyright (C) 2004-2021 LoRd_MuldeR ^<MuldeR2@GMX.de^> >> "%PACK_PATH%\BUILD_TAG.txt"
|
||||||
echo. >> "%PACK_PATH%\BUILD_TAG.txt"
|
echo. >> "%PACK_PATH%\BUILD_TAG.txt"
|
||||||
echo Build #%BUILD_NO%, created on %ISO_DATE% at %ISO_TIME% >> "%PACK_PATH%\BUILD_TAG.txt"
|
echo Build #%BUILD_NO%, created on %ISO_DATE% at %ISO_TIME% >> "%PACK_PATH%\BUILD_TAG.txt"
|
||||||
echo. >> "%PACK_PATH%\BUILD_TAG.txt"
|
echo. >> "%PACK_PATH%\BUILD_TAG.txt"
|
||||||
@ -210,7 +210,7 @@ if not "%ERRORLEVEL%"=="0" goto BuildError
|
|||||||
|
|
||||||
set "VERPATCH_PRODUCT=Simple x264/x265 Launcher (Setup)"
|
set "VERPATCH_PRODUCT=Simple x264/x265 Launcher (Setup)"
|
||||||
set "VERPATCH_FILEVER=%ISO_DATE:-=.%.%BUILD_NO%"
|
set "VERPATCH_FILEVER=%ISO_DATE:-=.%.%BUILD_NO%"
|
||||||
"%~dp0\..\Prerequisites\VerPatch\verpatch.exe" "%OUT_PATH%.exe" "%VERPATCH_FILEVER%" /pv "%VERPATCH_FILEVER%" /fn /s desc "%VERPATCH_PRODUCT%" /s product "%VERPATCH_PRODUCT%" /s title "x264 Launcher Installer SFX" /s copyright "Copyright (C) 2004-2020 LoRd_MuldeR" /s company "Free Software Foundation"
|
"%~dp0\..\Prerequisites\VerPatch\verpatch.exe" "%OUT_PATH%.exe" "%VERPATCH_FILEVER%" /pv "%VERPATCH_FILEVER%" /fn /s desc "%VERPATCH_PRODUCT%" /s product "%VERPATCH_PRODUCT%" /s title "x264 Launcher Installer SFX" /s copyright "Copyright (C) 2004-2021 LoRd_MuldeR" /s company "Free Software Foundation"
|
||||||
if not "%ERRORLEVEL%"=="0" goto BuildError
|
if not "%ERRORLEVEL%"=="0" goto BuildError
|
||||||
|
|
||||||
"%~dp0\..\Prerequisites\NSIS\peheader.exe" "%OUT_PATH%.exe"
|
"%~dp0\..\Prerequisites\NSIS\peheader.exe" "%OUT_PATH%.exe"
|
||||||
|
Loading…
Reference in New Issue
Block a user