From f2cce5f38f4031bf1a4b4919ec90e4e8f8c66a77 Mon Sep 17 00:00:00 2001 From: LaserEyess Date: Sat, 12 Nov 2022 09:27:07 -0500 Subject: waf: remove waf as a build system Remove waf entirely in favor of meson as the only supported build system. Waf was officially deprecated in 0.36.0, and has not been preferred over meson since 0.35.0. --- libmpv/client.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libmpv/client.h') diff --git a/libmpv/client.h b/libmpv/client.h index b9697eb741..2d1b0f74e3 100644 --- a/libmpv/client.h +++ b/libmpv/client.h @@ -26,7 +26,6 @@ #include #include -/* New symbols must still be added to libmpv/mpv.def. */ #ifdef _WIN32 #define MPV_EXPORT __declspec(dllexport) #elif defined(__GNUC__) || defined(__clang__) -- cgit v1.2.3