diff options
Diffstat (limited to 'recipes/orc.recipe')
-rw-r--r-- | recipes/orc.recipe | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/orc.recipe b/recipes/orc.recipe index 3ef31f3c..b93a1b49 100644 --- a/recipes/orc.recipe +++ b/recipes/orc.recipe @@ -29,6 +29,10 @@ class Recipe(recipe.Recipe): 'orc/0003-orc-Fix-some-warnings-on-MSVC-and-enable-werror.patch', # https://gitlab.freedesktop.org/gstreamer/orc/-/merge_requests/48 'orc/0001-orc-Use-page-size-aligned-memory-block-for-Windows.patch', + # https://gitlab.freedesktop.org/gstreamer/orc/-/merge_requests/44 + 'orc/0001-orc-Fix-indentation.patch', + 'orc/0002-orc-Print-hex-value-directly-instead-of-a-constant.patch', + 'orc/0003-orc-Don-t-set-memory-protection-if-there-s-no-code.patch', ] def prepare(self): |