mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
4a8a17c8c6
PR: 269895 Exp-run by: antoine Sponsored by: Serenity Cybersecurity, LLC
45 lines
2.0 KiB
Plaintext
45 lines
2.0 KiB
Plaintext
--- meson_options.txt.orig 2023-01-23 19:29:34 UTC
|
|
+++ meson_options.txt
|
|
@@ -1,5 +1,41 @@ option('gst_play_tests', type: 'boolean', value: false
|
|
option('gst_play_tests', type: 'boolean', value: false,
|
|
description: 'Enable GstPlay tests that need network access')
|
|
+option('adaptivedemux', type: 'feature', value: 'auto',
|
|
+ description: 'adaptivedemux lib')
|
|
+option('audio', type: 'feature', value: 'auto',
|
|
+ description: 'audio lib')
|
|
+option('codecparsers', type: 'feature', value: 'auto',
|
|
+ description: 'codecparsers lib')
|
|
+option('codecs', type: 'feature', value: 'auto',
|
|
+ description: 'codecs lib')
|
|
+option('basecamerabinsrc', type: 'feature', value: 'auto',
|
|
+ description: 'basecamerabinsrc lib')
|
|
+option('insertbin', type: 'feature', value: 'auto',
|
|
+ description: 'insertbin lib')
|
|
+option('interfaces', type: 'feature', value: 'auto',
|
|
+ description: 'interfaces lib')
|
|
+option('isoff', type: 'feature', value: 'auto',
|
|
+ description: 'isoff lib')
|
|
+option('mpegts', type: 'feature', value: 'auto',
|
|
+ description: 'mpegts lib')
|
|
+option('play', type: 'feature', value: 'auto',
|
|
+ description: 'play lib')
|
|
+option('player', type: 'feature', value: 'auto',
|
|
+ description: 'player lib')
|
|
+option('transcoder', type: 'feature', value: 'auto',
|
|
+ description: 'transcoder lib')
|
|
+option('uridownloader', type: 'feature', value: 'auto',
|
|
+ description: 'uridownloader lib')
|
|
+option('webrtc', type: 'feature', value: 'auto',
|
|
+ description: 'webrtc lib')
|
|
+option('tools', type: 'feature', value: 'auto',
|
|
+ description: 'tools lib')
|
|
+option('data', type: 'feature', value: 'auto',
|
|
+ description: 'data lib')
|
|
+option('pkgconfig', type: 'feature', value: 'auto',
|
|
+ description: 'pkgconfig lib')
|
|
+option('skip_gstva', type: 'boolean', value: true,
|
|
+ description: 'skip building gst-libs/gst/va, used for multimedia/gstreamer1-vaapi')
|
|
|
|
# Feature options for plugins without external deps
|
|
option('accurip', type : 'feature', value : 'auto')
|