diff --git a/distrib/MPC_components b/distrib/MPC_components index 51aeee84a9..49faf34280 160000 --- a/distrib/MPC_components +++ b/distrib/MPC_components @@ -1 +1 @@ -Subproject commit 51aeee84a994d7caef0b1e40cbd6501301543d23 +Subproject commit 49faf34280056aacedbfde19d49bde4120ad5f42 diff --git a/distrib/mpc-be_setup.iss b/distrib/mpc-be_setup.iss index 4c8c5c7770..4aeede0899 100644 --- a/distrib/mpc-be_setup.iss +++ b/distrib/mpc-be_setup.iss @@ -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 @@ -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} @@ -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] diff --git a/docs/Changelog.Rus.txt b/docs/Changelog.Rus.txt index 0aacdc80a4..fbb4a04b28 100644 --- a/docs/Changelog.Rus.txt +++ b/docs/Changelog.Rus.txt @@ -18,6 +18,7 @@ MPC Video Renderer будет использоваться по умолчани Инсталлятор MPC Video Renderer будет устанавливаться по умолчанию. +Добавлен MPC Script Source 0.2.5. Обновлен немецкий перевод (автор Klaus1189). Обновлен венгерский перевод (автор mickey). diff --git a/docs/Changelog.txt b/docs/Changelog.txt index 310a8afda6..b892e88b81 100644 --- a/docs/Changelog.txt +++ b/docs/Changelog.txt @@ -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).