diff options
author | Seungha Yang <seungha@centricular.com> | 2022-11-02 21:15:02 +0900 |
---|---|---|
committer | GStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org> | 2022-11-03 04:28:33 +0000 |
commit | 8ee9df19ea8815506a92617aa4d50b3c42aacfc3 (patch) | |
tree | bdc19abc4a6ba29713e208429d02ac9bbd9ec477 /recipes/gst-plugins-bad-1.0.recipe | |
parent | aaeec6554ae211b6465fa094867e581c5a78d30c (diff) |
gst-plugins-bad: Ship AES plugin
It was added in 1.20 and we are building required dependency
openssl already
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/992>
Diffstat (limited to 'recipes/gst-plugins-bad-1.0.recipe')
-rw-r--r-- | recipes/gst-plugins-bad-1.0.recipe | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/gst-plugins-bad-1.0.recipe b/recipes/gst-plugins-bad-1.0.recipe index 26dd8e00..163b3989 100644 --- a/recipes/gst-plugins-bad-1.0.recipe +++ b/recipes/gst-plugins-bad-1.0.recipe @@ -14,6 +14,7 @@ class Recipe(custom.GStreamer): # we error out if they weren't found. meson_options = {'gpl': 'enabled', # enabled plugins + 'aes': 'enabled', 'assrender': 'enabled', 'bz2': 'enabled', 'closedcaption': 'enabled', @@ -138,6 +139,7 @@ class Recipe(custom.GStreamer): files_plugins_effects = [ 'lib/gstreamer-1.0/libgstaccurip%(mext)s', + 'lib/gstreamer-1.0/libgstaes%(mext)s', 'lib/gstreamer-1.0/libgstaiff%(mext)s', 'lib/gstreamer-1.0/libgstaudiobuffersplit%(mext)s', 'lib/gstreamer-1.0/libgstaudiofxbad%(mext)s', @@ -172,6 +174,7 @@ class Recipe(custom.GStreamer): files_plugins_effects_devel = [ 'lib/gstreamer-1.0/libgstaccurip.a', 'lib/gstreamer-1.0/libgstaccurip.la', + 'lib/gstreamer-1.0/libgstaes.a', 'lib/gstreamer-1.0/libgstaes.la', 'lib/gstreamer-1.0/libgstaiff.a', 'lib/gstreamer-1.0/libgstaiff.la', 'lib/gstreamer-1.0/libgstaudiobuffersplit.a', 'lib/gstreamer-1.0/libgstaudiobuffersplit.la', 'lib/gstreamer-1.0/libgstaudiofxbad.a', 'lib/gstreamer-1.0/libgstaudiofxbad.la', |