mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-12-12 05:12:20 +00:00
delete obsolete fluidsynth patch
This commit is contained in:
parent
a50f6d8c2e
commit
1dcc4b2072
1 changed files with 0 additions and 11 deletions
|
@ -1,11 +0,0 @@
|
|||
--- a/cmake_admin/FindSndFile.cmake
|
||||
+++ b/cmake_admin/FindSndFile.cmake
|
||||
@@ -70,7 +70,7 @@
|
||||
|
||||
# Check the features SndFile was built with
|
||||
# 2024-01-02: Recent versions of libsndfile don't seem to provide a pkgconfig file and older version who did are lacking private libraries like OGG.
|
||||
-if(FALSE) #PC_SNDFILE_FOUND
|
||||
+if(TRUE) #PC_SNDFILE_FOUND
|
||||
if("vorbis" IN_LIST PC_SNDFILE_STATIC_LIBRARIES)
|
||||
set(SndFile_WITH_EXTERNAL_LIBS TRUE)
|
||||
endif()
|
Loading…
Reference in a new issue