From 575197ff8b0a0d8cd14f7ee78461c1d61d045d72 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 6 Mar 2020 19:37:44 +0100 Subject: client API: remove deprecated qthelper.hpp header No replacement. Qt or C++ code has no business in this repository, and new code (even if it uses Qt) should not use it. Get rid of it. We consider the libmpv API itself as stable. Symbols can be deprecated, but not be removed. However, qthelper.hpp was never considered part of the libmpv API. There no ABI implications either, since it's a header- only implementation that uses C API symbols only. It's just a header provided for convenience for Qt/C++ programs (i.e. extremely limited usefulness). --- wscript_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript_build.py') diff --git a/wscript_build.py b/wscript_build.py index d4ec3ff4ec..396e771779 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -718,7 +718,7 @@ def build(ctx): PRIV_LIBS = get_deps(), ) - headers = ["client.h", "qthelper.hpp", "opengl_cb.h", "render.h", + headers = ["client.h", "opengl_cb.h", "render.h", "render_gl.h", "stream_cb.h"] for f in headers: ctx.install_as(ctx.env.INCLUDEDIR + '/mpv/' + f, 'libmpv/' + f) -- cgit v1.2.3