1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-20 07:52:30 +02:00

* Updated windows installer to include FLAC support.

This commit is contained in:
Christian Muehlhaeuser 2010-11-29 05:42:49 +01:00
parent 8e6da585d2
commit 1019a7adb8
3 changed files with 4 additions and 1 deletions

View File

@ -1 +1 @@
37
47

View File

@ -283,6 +283,8 @@ Section "Tomahawk Player" SEC_TOMAHAWK_PLAYER
File "${MING_DLL_PATH}\libogg-0.dll"
File "${MING_DLL_PATH}\libvorbisfile-3.dll"
File "${MING_DLL_PATH}\libvorbis-0.dll"
File "${MING_DLL_PATH}\libFLAC-8.dll"
File "${MING_DLL_PATH}\libFLAC++-6.dll"
;Other
File "${MING_DLL_PATH}\libqjson.dll"

View File

@ -42,6 +42,7 @@ SET( OS_SPECIFIC_LINK_LIBRARIES
"mad"
"vorbisfile"
"ogg"
"FLAC++"
"${CMAKE_CURRENT_SOURCE_DIR}/../rtaudio/librtaudio.dll"
)