libsndfile: do not link to broken libflac recipe

This commit is contained in:
Jeremy Soller 2025-03-03 20:53:06 -07:00
parent 981c7f49b3
commit 4650ef4e50
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -4,7 +4,7 @@ tar = "https://github.com/libsndfile/libsndfile/releases/download/1.2.0/libsndfi
[build]
template = "configure"
dependencies = [
"libflac",
#TODO "libflac",
"libogg",
"libvorbis",
]