redox/recipes/wip/libtheora/recipe.toml
2023-12-22 02:10:23 +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",
]