mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
win32: implement --priority differently
Does anyone actually use this? For now, update it, because it's the only case left where an option points to a global variable (and not a struct offset).
This commit is contained in:
@@ -383,7 +383,6 @@ def build(ctx):
|
||||
( "osdep/path-win.c", "os-win32" ),
|
||||
( "osdep/path-win.c", "os-cygwin" ),
|
||||
( "osdep/glob-win.c", "glob-win32-replacement" ),
|
||||
( "osdep/priority.c", "priority" ),
|
||||
( "osdep/w32_keyboard.c", "os-win32" ),
|
||||
( "osdep/w32_keyboard.c", "os-cygwin" ),
|
||||
( "osdep/mpv.rc", "win32-executable" ),
|
||||
|
||||
Reference in New Issue
Block a user