Skip to content

Commit

Permalink
Remove unused DLLs in Qt sound
Browse files Browse the repository at this point in the history
FLAC was required only because my libsndfile was built with FLAC
support; Glk (or rather, Blorb) doesn't include FLAC. Now I build
libsndfile without FLAC, so there's no need to ship an unused DLL.

Qt never needed modplug (just libopenmpt); I suspect this was a
forgotten carryover from the SDL sound backend.
  • Loading branch information
cspiegel committed Apr 21, 2024
1 parent 25177bb commit 2d8606a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ fi

case ${GARGOYLE_SOUND} in
QT)
SOUND_DLLS="Qt5Multimedia Qt5Network libFLAC-12 libmodplug-1 libmpg123-0 libogg-0 libopenmpt-0 libsndfile libvorbis-0 libvorbisenc-2 libvorbisfile-3"
SOUND_DLLS="Qt5Multimedia Qt5Network libmpg123-0 libogg-0 libopenmpt-0 libsndfile libvorbis-0 libvorbisenc-2 libvorbisfile-3"
;;
SDL)
SOUND_DLLS="SDL2 SDL2_mixer libmodplug-1 libmpg123-0 libogg-0 libopenmpt-0 libvorbis-0 libvorbisfile-3"
Expand Down

0 comments on commit 2d8606a

Please sign in to comment.