mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-07-07 14:15:21 +00:00
update 1.1.6 (25 Jun 2017) to 2.2.3 (12 Sep 2021) changelog: https://github.com/FluidSynth/fluidsynth/releases release notes: - https://github.com/FluidSynth/fluidsynth/releases/tag/v2.1.8 - https://github.com/FluidSynth/fluidsynth/releases/tag/v2.2.0 - https://github.com/FluidSynth/fluidsynth/releases/tag/v2.2.1 - https://github.com/FluidSynth/fluidsynth/releases/tag/v2.2.2 - https://github.com/FluidSynth/fluidsynth/releases/tag/v2.2.3 - enable linking with libsndfile - use static libraries during build
11 lines
502 B
Diff
11 lines
502 B
Diff
--- a/CMakeLists.txt 2021-09-12 13:53:14.192948082 +1000
|
|
+++ b/CMakeLists.txt 2021-09-12 13:54:27.389413149 +1000
|
|
@@ -535,6 +535,7 @@
|
|
LIBSNDFILE_STATIC_LDFLAGS MATCHES "vorbis" OR
|
|
LIBSNDFILE_STATIC_LDFLAGS_OTHER MATCHES "vorbis" )
|
|
set ( LIBSNDFILE_HASVORBIS 1 )
|
|
+ set ( LIBSNDFILE_LIBRARIES ${LIBSNDFILE_STATIC_LIBRARIES} )
|
|
else ()
|
|
message ( NOTICE "Seems like libsndfile was compiled without OGG/Vorbis support." )
|
|
endif ()
|