-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
829f4b5
commit 565766e
Showing
2 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- a/cmake_admin/FindSndFileLegacy.cmake | ||
+++ b/cmake_admin/FindSndFileLegacy.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() |