Skip to content

Commit

Permalink
В инсталлятор добавлен MPC Script Source 0.2.5.
Browse files Browse the repository at this point in the history
Фильтр позволяет открывать скрипты AviSynth+ и VapourSynth в видеоплеере вместо системного "AVI/WAV File Source".
  • Loading branch information
v0lt committed Dec 27, 2024
1 parent 98b5bfb commit 292f4cb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion distrib/MPC_components
4 changes: 4 additions & 0 deletions distrib/mpc-be_setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
#define VisualElementsManifest = "VisualElements\mpc-be64.VisualElementsManifest.xml"
#endif
#define mpcvr_desc = "MPC Video Renderer 0.8.9"
#define mpcscriptsrc_desc = "MPC Script Source 0.2.5"

[Setup]
#ifdef Win32Build
Expand Down Expand Up @@ -208,6 +209,7 @@ Name: "mpcresources"; Description: "{cm:comp_mpcresources}"; Types: default c
Name: "mpcbeshellext"; Description: "{cm:comp_mpcbeshellext}"; Types: custom; Flags: disablenouninstallwarning;
Name: "intel_msdk"; Description: "{cm:comp_intel_msdk}"; Types: custom; Flags: disablenouninstallwarning;
Name: "mpcvr"; Description: "{#mpcvr_desc}"; Types: default custom; Flags: disablenouninstallwarning;
Name: "mpcscriptsrc"; Description: "{#mpcscriptsrc_desc}"; Types: custom; Flags: disablenouninstallwarning;

[Tasks]
Name: desktopicon; Description: {cm:CreateDesktopIcon}; GroupDescription: {cm:AdditionalIcons}
Expand Down Expand Up @@ -244,9 +246,11 @@ Source: "{#VisualElementsManifest}"; DestDir: "{app}";
#ifdef Win32Build
Source: "MPC_components\IntelMediaSDK\libmfxsw32.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: intel_msdk;
Source: "MPC_components\MpcVideoRenderer\MpcVideoRenderer.ax"; DestDir: "{app}\Filters"; Flags: regserver; Components: mpcvr;
Source: "MPC_components\MpcScriptSource\MpcScriptSource.ax"; DestDir: "{app}\Filters"; Flags: regserver; Components: mpcscriptsrc;
#else
Source: "MPC_components\IntelMediaSDK\libmfxsw64.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: intel_msdk;
Source: "MPC_components\MpcVideoRenderer\MpcVideoRenderer64.ax"; DestDir: "{app}\Filters"; Flags: regserver; Components: mpcvr;
Source: "MPC_components\MpcScriptSource\MpcScriptSource64.ax"; DestDir: "{app}\Filters"; Flags: regserver; Components: mpcscriptsrc;
#endif

[Icons]
Expand Down
1 change: 1 addition & 0 deletions docs/Changelog.Rus.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ MPC Video Renderer будет использоваться по умолчани

Инсталлятор
MPC Video Renderer будет устанавливаться по умолчанию.
Добавлен MPC Script Source 0.2.5.

Обновлен немецкий перевод (автор Klaus1189).
Обновлен венгерский перевод (автор mickey).
Expand Down
1 change: 1 addition & 0 deletions docs/Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Fixed the "Enable dark title" setting.

Installer
MPC Video Renderer will be installed by default.
Added MPC Script Source 0.2.5.

Updated German translation (by Klaus1189).
Updated Hungarian translation (by mickey).
Expand Down

0 comments on commit 292f4cb

Please sign in to comment.