From 9bfa40a9d3d2c36f1b30761833e8e7f2480f49c0 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Thu, 22 Dec 2011 21:32:37 +0000 Subject: [PATCH] Add FFTW credit to the about dialog Originally committed to SVN as r6146. --- aegisub/src/dialog_about.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aegisub/src/dialog_about.cpp b/aegisub/src/dialog_about.cpp index a4efe1607..ccb8a3628 100644 --- a/aegisub/src/dialog_about.cpp +++ b/aegisub/src/dialog_about.cpp @@ -98,6 +98,9 @@ AboutScreen::AboutScreen(wxWindow *parent) libString += " Freetype - Copyright (c) David Turner, Robert Wilhelm, Werner Lemberg;\n"; #endif libString += " MyThes - Copyright (c) Kevin B. Hendricks, Stratford, Ontario, Canada.\n"; +#ifdef WITH_FFTW3 + libString += " FFTW - Copyright (c) Matteo Frigo, Massachusetts Institute of Technology;\n" +#endif wxString translatorCredit = _("Translated into LANGUAGE by PERSON\n"); if (translatorCredit == "Translated into LANGUAGE by PERSON\n") translatorCredit.Clear();