diff --git a/recipes/wip/libs/image/libavif/recipe.toml b/recipes/wip/libs/image/libavif/recipe.toml index 309755e55..f7997205f 100644 --- a/recipes/wip/libs/image/libavif/recipe.toml +++ b/recipes/wip/libs/image/libavif/recipe.toml @@ -1,8 +1,12 @@ -#TODO not compiled or tested +#TODO compiled but not tested # build instructions: https://github.com/AOMediaCodec/libavif#build-notes [source] git = "https://github.com/AOMediaCodec/libavif" rev = "v1.4.0" shallow_clone = true + [build] template = "cmake" +dependencies = [ + "libyuf" +] diff --git a/recipes/wip/libs/image/libyuf/recipe.toml b/recipes/wip/libs/image/libyuf/recipe.toml new file mode 100644 index 000000000..b6ac9c387 --- /dev/null +++ b/recipes/wip/libs/image/libyuf/recipe.toml @@ -0,0 +1,7 @@ +[source] +git = "https://chromium.googlesource.com/libyuv/libyuv" +branch = "stable" +shallow_clone = true + +[build] +template = "cmake"