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 - libmpv/mpv.def | 52 ---------------------------------------------------- 2 files changed, 53 deletions(-) delete mode 100644 libmpv/mpv.def (limited to 'libmpv') 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__) diff --git a/libmpv/mpv.def b/libmpv/mpv.def deleted file mode 100644 index 232490d44d..0000000000 --- a/libmpv/mpv.def +++ /dev/null @@ -1,52 +0,0 @@ -mpv_abort_async_command -mpv_client_api_version -mpv_client_id -mpv_client_name -mpv_command -mpv_command_async -mpv_command_node -mpv_command_node_async -mpv_command_ret -mpv_command_string -mpv_create -mpv_create_client -mpv_create_weak_client -mpv_destroy -mpv_error_string -mpv_event_to_node -mpv_event_name -mpv_free -mpv_free_node_contents -mpv_get_property -mpv_get_property_async -mpv_get_property_osd_string -mpv_get_property_string -mpv_get_time_us -mpv_get_wakeup_pipe -mpv_hook_add -mpv_hook_continue -mpv_initialize -mpv_load_config_file -mpv_observe_property -mpv_render_context_create -mpv_render_context_free -mpv_render_context_get_info -mpv_render_context_render -mpv_render_context_report_swap -mpv_render_context_set_parameter -mpv_render_context_set_update_callback -mpv_render_context_update -mpv_request_event -mpv_request_log_messages -mpv_set_option -mpv_set_option_string -mpv_set_property -mpv_set_property_async -mpv_set_property_string -mpv_set_wakeup_callback -mpv_stream_cb_add_ro -mpv_terminate_destroy -mpv_unobserve_property -mpv_wait_async_requests -mpv_wait_event -mpv_wakeup -- cgit v1.2.3