mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
meson: Install viv-fb GL headers, needed by i.MX
Needed by qmlglsink at build time to allocate a viv-fb display. Without this, the GL fastpath doesn't work, and performance is really bad. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4618>
This commit is contained in:
parent
570c0ecfc0
commit
c95b7b8e7a
1 changed files with 5 additions and 0 deletions
|
@ -929,6 +929,11 @@ if need_platform_egl != 'no' and need_win_viv_fb != 'no'
|
|||
'viv-fb/gstglwindow_viv_fb_egl.c',
|
||||
]
|
||||
gl_cpp_args += ['-DEGL_API_FB']
|
||||
gl_viv_fb_headers = [
|
||||
'viv-fb/gstgldisplay_viv_fb.h',
|
||||
'viv-fb/gstglwindow_viv_fb_egl.h',
|
||||
]
|
||||
install_headers(gl_viv_fb_headers, subdir : 'gstreamer-1.0/gst/gl/viv-fb')
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue