From 9a697f11b043741039d0b9916790ac677de95087 Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Thu, 22 Sep 2016 20:31:45 +0200 Subject: [PATCH] Fixed NeroAAC download URL. --- doc/Manual.html | 6 +++--- doc/Manual.md | 7 +++---- src/Config.h | 2 +- src/Dialog_About.cpp | 2 +- 4 files changed, 8 insertions(+), 9 deletions(-) diff --git a/doc/Manual.html b/doc/Manual.html index 4a0c9d53..4cacc046 100644 --- a/doc/Manual.html +++ b/doc/Manual.html @@ -268,12 +268,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.<

4.3.1 Nero Digital AAC Encoder

First of all, you need to download the Nero AAC encoder from the official Nero Digital web-site. The download is free of charge:

-

Simply scroll down, click the "I agree" button, and enter user@example.com when asked for an e-mail address. Finally, click the "Download" button, which initates the download of the required NeroAACCodec-1.5.1.zip file.

-

Note: Although the ZIP file is called NeroAACCodec-1.5.1.zip, it actually contains version 1.5.4.0 of the Nero AAC encoder software. Please check the included changelog.txt to verify this!

+

Note: Although the ZIP file is sometimes called NeroAACCodec-1.5.1.zip, it may actually contains version 1.5.4.0 of the Nero AAC encoder software. Check the included changelog.txt to verify this!

Figure

Now open the downloaded ZIP file with your favourite file archive software (we recommend using 7-Zip or WinRAR) and navigate to the "win32" sub-directory.

Figure

diff --git a/doc/Manual.md b/doc/Manual.md index 99b8a8e6..03682ea4 100644 --- a/doc/Manual.md +++ b/doc/Manual.md @@ -257,13 +257,12 @@ LameXP can use the **Nero Digital** AAC encoder as well as the **QAAC** (Apple i First of all, you need to download the Nero AAC encoder from the official Nero Digital web-site. The download is free of charge: -* * * +* +* -Simply scroll down, click the "I agree" button, and enter ``user@example.com`` when asked for an e-mail address. Finally, click the "Download" button, which initates the download of the required ``NeroAACCodec-1.5.1.zip`` file. - -*Note:* Although the ZIP file is called ``NeroAACCodec-1.5.1.zip``, it actually contains version **1.5.4.0** of the Nero AAC encoder software. Please check the included ``changelog.txt`` to verify this! +*Note:* Although the ZIP file is sometimes called ``NeroAACCodec-1.5.1.zip``, it may actually contains version **1.5.4.0** of the Nero AAC encoder software. Check the included ``changelog.txt`` to verify this! ![Figure](img/lamexp/setup_4a.png) diff --git a/src/Config.h b/src/Config.h index e1b750d9..ebf89025 100644 --- a/src/Config.h +++ b/src/Config.h @@ -35,7 +35,7 @@ #define VER_LAMEXP_MINOR_LO 4 #define VER_LAMEXP_TYPE Beta #define VER_LAMEXP_PATCH 6 -#define VER_LAMEXP_BUILD 1904 +#define VER_LAMEXP_BUILD 1906 #define VER_LAMEXP_CONFG 1818 /////////////////////////////////////////////////////////////////////////////// diff --git a/src/Dialog_About.cpp b/src/Dialog_About.cpp index 138f1e22..f47a4e83 100644 --- a/src/Dialog_About.cpp +++ b/src/Dialog_About.cpp @@ -64,7 +64,7 @@ #define MAKE_TRANSPARENT(WIDGET) do { QPalette _p = (WIDGET)->palette(); _p.setColor(QPalette::Background, Qt::transparent); (WIDGET)->setPalette(_p); } while(0) //Constants -const char *AboutDialog::neroAacUrl = "http://www.nero.com/eng/company/about-nero/nero-aac-codec.php"; //"http://www.videohelp.com/tools/Nero-AAC-Codec"; +const char *AboutDialog::neroAacUrl = "http://www.videohelp.com/software/Nero-AAC-Codec"; //"http://www.nero.com/eng/company/about-nero/nero-aac-codec.php" const char *AboutDialog::disqueUrl = "http://muldersoft.com/?player_url=38X-MXOB014"; //Contributors