mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
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
2 changed files with 676 additions and 1762 deletions
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…
Reference in a new issue