summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authornanahi <130121847+na-na-hi@users.noreply.github.com>2023-10-28 14:11:56 -0400
committerKacper Michajłow <kasper93@gmail.com>2024-03-19 20:23:25 +0100
commit8c1117b2cb0f5f01e1ca045e7ba426e2e9c4771e (patch)
tree1ec75553337b409b69a82aabc3b7673bebd4c6f7 /test
parentaff376e066359afbb78fca1c53355104281d9712 (diff)
downloadmpv-8c1117b2cb0f5f01e1ca045e7ba426e2e9c4771e.tar.bz2
mpv-8c1117b2cb0f5f01e1ca045e7ba426e2e9c4771e.tar.xz
meson: remove winmm dependency for win32 desktop target
Not needed anymore as timeBeginPeriod() is removed.
Diffstat (limited to 'test')
-rw-r--r--test/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/meson.build b/test/meson.build
index 7be1db4777..a78428333a 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -53,7 +53,6 @@ endif
if features['win32-desktop']
test_utils_deps += cc.find_library('imm32')
test_utils_deps += cc.find_library('ntdll')
- test_utils_deps += cc.find_library('winmm')
endif
test_utils_objects = libmpv.extract_objects(test_utils_files)
test_utils = static_library('test-utils', 'test_utils.c', include_directories: incdir,