mirror of
https://github.com/mpv-player/mpv
synced 2024-12-26 09:02:38 +00:00
parent
ed73ba8964
commit
79f82a2ca4
@ -700,7 +700,8 @@ def build(ctx):
|
||||
PRIV_LIBS = get_deps(),
|
||||
)
|
||||
|
||||
headers = ["client.h", "qthelper.hpp", "opengl_cb.h", "stream_cb.h"]
|
||||
headers = ["client.h", "qthelper.hpp", "opengl_cb.h", "render.h",
|
||||
"render_gl.h", "stream_cb.h"]
|
||||
for f in headers:
|
||||
ctx.install_as(ctx.env.INCDIR + '/mpv/' + f, 'libmpv/' + f)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user