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:
wm4
2014-06-12 00:34:20 +02:00
parent 66f67835c3
commit 8ad8dedca8
6 changed files with 17 additions and 103 deletions

View File

@@ -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" ),