redox/recipes/wip/libs/libtheora/recipe.toml
2024-02-10 10:37:32 +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",
]