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:
parent
8e6da585d2
commit
1019a7adb8
@ -1 +1 @@
|
||||
37
|
||||
47
|
@ -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"
|
||||
|
@ -42,6 +42,7 @@ SET( OS_SPECIFIC_LINK_LIBRARIES
|
||||
"mad"
|
||||
"vorbisfile"
|
||||
"ogg"
|
||||
"FLAC++"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/../rtaudio/librtaudio.dll"
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user