summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2023-10-22 03:18:15 +0200
committerDudemanguy <random342@airmail.cc>2023-10-25 19:30:39 +0000
commit032b7de97f1c8c28358a96e9ecfac87d6621a4fb (patch)
tree31d1a6c179f8d3c5349735d7017329ac6636d4e0 /meson.build
parent54223fc8e7bd0e9bddf7c080a5a5ac07ac818af5 (diff)
downloadmpv-032b7de97f1c8c28358a96e9ecfac87d6621a4fb.tar.bz2
mpv-032b7de97f1c8c28358a96e9ecfac87d6621a4fb.tar.xz
osdep/timer-win2: rename to timer-win32
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index a03c6b2db1..345b591a8c 100644
--- a/meson.build
+++ b/meson.build
@@ -486,7 +486,7 @@ endif
features += {'win32-executable': win32 and get_option('cplayer')}
if win32
- timer_source = files('osdep/timer-win2.c')
+ timer_source = files('osdep/timer-win32.c')
sources += files('osdep/w32_keyboard.c',
'osdep/windows_utils.c')
endif