Add libflac

This commit is contained in:
Jeremy Soller 2022-12-16 19:43:15 -07:00
parent c4fd2e16d5
commit bb9d86a37c

View File

@ -0,0 +1,8 @@
[source]
tar = "https://github.com/xiph/flac/releases/download/1.4.2/flac-1.4.2.tar.xz"
[build]
template = "configure"
dependencies = [
"libogg",
]