mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 22:01:27 +00:00
gl: don't install the viv-fb window header file
It is not needed at all by any external implementations and should not be exposed to the outside world. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5020>
This commit is contained in:
parent
0502897d3f
commit
ffb2e87fd4
1 changed files with 0 additions and 1 deletions
|
@ -937,7 +937,6 @@ if need_platform_egl != 'no' and need_win_viv_fb != 'no'
|
||||||
gl_cpp_args += ['-DEGL_API_FB']
|
gl_cpp_args += ['-DEGL_API_FB']
|
||||||
gl_viv_fb_headers = [
|
gl_viv_fb_headers = [
|
||||||
'viv-fb/gstgldisplay_viv_fb.h',
|
'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')
|
install_headers(gl_viv_fb_headers, subdir : 'gstreamer-1.0/gst/gl/viv-fb')
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue