diff --git a/source/backend/utils/Information.cpp b/source/backend/utils/Information.cpp
index 52aa24708..212495e99 100644
--- a/source/backend/utils/Information.cpp
+++ b/source/backend/utils/Information.cpp
@@ -85,12 +85,19 @@ const char* carla_get_complete_license_text()
// misc libs
"
base64 utilities based on code by Ren\u00E9 Nyffenegger"
+ "dr_mp3 for mp3 file support"
+#ifdef HAVE_LIBLO
"liblo library for OSC support"
+#endif
+#ifdef HAVE_SNDFILE
+ "libsndfile library for base audio file support"
+#endif
"rtmempool library by Nedko Arnaudov"
"serd, sord, sratom and lilv libraries for LV2 discovery"
#ifndef USING_JUCE
"RtAudio v" RTAUDIO_VERSION " and RtMidi v" RTMIDI_VERSION " for native Audio and MIDI support"
#endif
+ "zita-resampler for audio file sample rate resampling"
// Internal plugins
"MIDI Sequencer UI code by Perry Nguyen"
@@ -169,7 +176,7 @@ const char* const* carla_get_supported_file_extensions()
"flac", "oga", "ogg", "w64", "wav",
# endif
#else
- // minimp3
+ // dr_mp3
"mp3",
#endif