diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2020-04-25 11:58:24 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2020-04-25 11:58:24 +0530 |
commit | 608e66554eb4d2ead9c2dae8f44ffc7c168dba41 (patch) | |
tree | 833e07c6c0695b567a1851a991d9b6e735cb1c34 /recipes/openh264.recipe | |
parent | af11a1783dfff57c7f278ae2c62924493fb1e625 (diff) |
openh264.recipe: Backport some important fixes from upstream
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/478>
Diffstat (limited to 'recipes/openh264.recipe')
-rw-r--r-- | recipes/openh264.recipe | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/openh264.recipe b/recipes/openh264.recipe index 057fd81c..9c677395 100644 --- a/recipes/openh264.recipe +++ b/recipes/openh264.recipe @@ -18,6 +18,10 @@ class Recipe(recipe.Recipe): name + "/0001-depend-on-gnustl-for-android.patch", # https://github.com/cisco/openh264/pull/3256 name + "/0001-meson-disable-tests-automatically-it-gtest-is-not-fo.patch", + # https://github.com/cisco/openh264/pull/3265 + name + '/0001-Bump-ABI-to-version-6.patch', + # https://github.com/cisco/openh264/pull/3263 + name + '/0001-Update-version-number-in-meson.build.patch', ] def post_install(self): |