mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 07:36:48 +02:00
* Updated windows installer to include FLAC support.
This commit is contained in:
@@ -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}\libogg-0.dll"
|
||||||
File "${MING_DLL_PATH}\libvorbisfile-3.dll"
|
File "${MING_DLL_PATH}\libvorbisfile-3.dll"
|
||||||
File "${MING_DLL_PATH}\libvorbis-0.dll"
|
File "${MING_DLL_PATH}\libvorbis-0.dll"
|
||||||
|
File "${MING_DLL_PATH}\libFLAC-8.dll"
|
||||||
|
File "${MING_DLL_PATH}\libFLAC++-6.dll"
|
||||||
|
|
||||||
;Other
|
;Other
|
||||||
File "${MING_DLL_PATH}\libqjson.dll"
|
File "${MING_DLL_PATH}\libqjson.dll"
|
||||||
|
@@ -42,6 +42,7 @@ SET( OS_SPECIFIC_LINK_LIBRARIES
|
|||||||
"mad"
|
"mad"
|
||||||
"vorbisfile"
|
"vorbisfile"
|
||||||
"ogg"
|
"ogg"
|
||||||
|
"FLAC++"
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/../rtaudio/librtaudio.dll"
|
"${CMAKE_CURRENT_SOURCE_DIR}/../rtaudio/librtaudio.dll"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user