Mercurial > hg > sonic-visualiser
diff main/MainWindow.cpp @ 2311:186a452dddd3
Bitbucket -> Sourcehut, and subrepo update
author | Chris Cannam |
---|---|
date | Fri, 30 Aug 2019 11:56:03 +0100 |
parents | a1c14880404b |
children | a7934d5661f8 |
line wrap: on
line diff
--- a/main/MainWindow.cpp Wed Aug 14 14:56:05 2019 +0100 +++ b/main/MainWindow.cpp Fri Aug 30 11:56:03 2019 +0100 @@ -5153,6 +5153,9 @@ aboutText += tr("<br>With Ogg file decoder © CSIRO Australia"); #endif // OGGZ_VERSION #endif // HAVE_OGGZ +#ifdef HAVE_OPUS + aboutText += tr("<br>With Opus decoder © Xiph.Org Foundation"); +#endif // HAVE_OPUS #ifdef HAVE_MAD #ifdef MAD_VERSION aboutText += tr("<br>With MAD mp3 decoder v%1 © Underbit Technologies Inc").arg(MAD_VERSION);