redox/recipes/wip/libs/other/libtheora/recipe.toml
2024-06-26 03:59:18 +00:00

10 lines
228 B
TOML

#TODO the redox target is not supported on the configure script
[source]
tar = "http://downloads.xiph.org/releases/theora/libtheora-1.1.1.tar.bz2"
[build]
template = "configure"
dependencies = [
"libogg",
"libvorbis",
]