mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
52 lines
2.3 KiB
Text
52 lines
2.3 KiB
Text
--- meson_options.txt.orig 2025-03-11 20:14:44 UTC
|
|
+++ meson_options.txt
|
|
@@ -1,5 +1,49 @@ 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('analytics', type: 'feature', value: 'auto',
|
|
+ description: 'analytics 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('cuda', type: 'feature', value: 'auto',
|
|
+ description: 'cuda lib')
|
|
+option('dxva', type: 'feature', value: 'auto',
|
|
+ description: 'dxva 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('mse', type: 'feature', value: 'auto',
|
|
+ description: 'mse 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')
|