docs: Update plugin cache with the new format
And fix the default URL which should not be inside quotes.
This commit is contained in:
parent
31d85bfb65
commit
41fee777a6
File diff suppressed because it is too large
Load Diff
@ -11,5 +11,5 @@ option('tests', type : 'feature', value : 'auto', yield : true)
|
||||
option('doc', type : 'feature', value : 'auto', yield: true,
|
||||
description: 'Enable documentation.')
|
||||
option('package-origin', type : 'string',
|
||||
value : '"https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi/issues"',
|
||||
value : 'https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi/issues',
|
||||
yield : true, description : 'package origin URL to use in plugins')
|
||||
|
Loading…
x
Reference in New Issue
Block a user