diff options
author | Max Kellermann <max@duempel.org> | 2014-10-25 00:19:01 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-10-25 00:19:01 +0200 |
commit | 6ac5980a17853413573cb62a7a4adf7a369f4177 (patch) | |
tree | ee5cc46c7bd281be30d8a2f187061c2c215123fc /configure.ac | |
parent | 2e24adae896447a6b2bfca9994108dc5de85bfd3 (diff) |
configure.ac: show DSD in result
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 168a01fb3..50db15bf0 100644 --- a/configure.ac +++ b/configure.ac @@ -1854,6 +1854,7 @@ results(un,[UNIX Domain Sockets]) printf '\nFile format support:\n\t' results(aac, [AAC]) results(adplug, [AdPlug]) +results(dsd, [DSD]) results(sidplay, [C64 SID]) results(ffmpeg, [FFMPEG]) results(flac, [FLAC]) |