mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
Add back gst-libav
It slipped through in the previous refactoring
This commit is contained in:
parent
52859fba5c
commit
a0bfbe1f8d
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ subprojects = {
|
|||
'gst-plugins-ugly': { 'option': get_option('ugly') },
|
||||
'gst-python': { 'option': python_opt, 'dependencies': [dependency('pygobject-3.0', required : python_opt)] },
|
||||
'gst-omx': { 'option': get_option('omx'), },
|
||||
'gst-libav': { 'option': get_option('libav'), 'dependencies': libav_deps},
|
||||
'gstreamer-vaapi': {
|
||||
'option': vaapi_opt,
|
||||
'dependencies': [dependency('libva', version: ['>= 0.30.4', '!= 0.99.0'], required : vaapi_opt)]
|
||||
|
|
Loading…
Reference in a new issue