summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2023-07-05 18:46:25 -0600
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2023-07-16 19:10:03 +0000
commit48c43e5b7fa311b98574184207bc22c3de78ddc4 (patch)
tree61c5b3bf1e2790a45794ad547c240667fb37d8b6 /meson.build
parent62d3e8fc323e539cc82d257a039abb0995b019e3 (diff)
gst-omx: Retire the whole package
The OpenMAX standard is long dead and even the Raspberry Pi OS no longer supports it. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4976>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 32a31add67..125439ef5d 100644
--- a/meson.build
+++ b/meson.build
@@ -105,7 +105,6 @@ subprojects = [
['gst-integration-testsuites', { 'option': get_option('devtools') }],
['gst-editing-services', { 'option': get_option('ges'), 'build-hotdoc': true}],
['gstreamer-vaapi', { 'option': get_option('vaapi'), 'build-hotdoc': true}],
- ['gst-omx', { 'option': get_option('omx'), 'build-hotdoc': true}],
['gstreamer-sharp', { 'option': get_option('sharp') }],
['pygobject', { 'option': get_option('python'), 'match_gst_version': false, 'sysdep': 'pygobject-3.0', 'sysdep_version': '>= 3.8' }],
['gst-python', { 'option': get_option('python')}],