diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2020-06-18 00:23:43 +0530 |
---|---|---|
committer | GStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org> | 2020-07-22 12:03:20 +0000 |
commit | 2be560f12dac3fc671687adbc79099c99415f605 (patch) | |
tree | bea4f2f2043319d39983233cfe869b51c5d95a09 /packages | |
parent | ddfdb501cde1a6b78d12e4c3d6602d91116c49b6 (diff) |
opus.recipe: Port to Meson, enable on UWP
Tested and compared with autotools build on:
Windows (UWP, MSVC, MinGW) x (x86, x86_64, ARM64)
Android Universal (ARM64, x86, x86_64, ARMv7)
iOS Universal (ARM64, X86_64)
macOS (x86_64)
Linux (x86_64, ARMv7)
Comparison was done by ensuring that the same options were enabled,
and that the static library had the same objects inside it when built
with Autotools and Meson.
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/560>
Diffstat (limited to 'packages')
-rw-r--r-- | packages/gstreamer-1.0-codecs.package | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gstreamer-1.0-codecs.package b/packages/gstreamer-1.0-codecs.package index b6065f67..0781454f 100644 --- a/packages/gstreamer-1.0-codecs.package +++ b/packages/gstreamer-1.0-codecs.package @@ -47,7 +47,7 @@ class Package(custom.GStreamer, package.Package): if self.config.variants.uwp: self.files = [ - 'libvpx:libs', 'openh264:libs', + 'libvpx:libs', 'openh264:libs', 'opus:libs', 'gst-plugins-base-1.0:plugins_codecs', 'gst-plugins-good-1.0:plugins_codecs', 'gst-plugins-bad-1.0:plugins_codecs', 'gst-plugins-ugly-1.0:plugins_codecs', ] |