summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorJames Ross-Gowan <rossymiles@gmail.com>2017-03-25 23:30:54 +1100
committerJames Ross-Gowan <rossymiles@gmail.com>2017-03-26 00:41:16 +1100
commit0af8ec08f8097b5cdbe86260565b00a068afc4ec (patch)
tree02c1660345bcf0cf7d1c9c07e97da3a03a4417ae /wscript_build.py
parent16e8ecb0313f9aa7ef17ec8cb2b19ce9937a6bf6 (diff)
downloadmpv-0af8ec08f8097b5cdbe86260565b00a068afc4ec.tar.bz2
mpv-0af8ec08f8097b5cdbe86260565b00a068afc4ec.tar.xz
w32_common: move the IDropTarget impl to a separate file
This was mostly self-contained, so its removal makes w32_common.c a bit easier to read. Also, because it was self contained and its author has agreed to LGPL relicencing, the new file has the LGPL licence header.
Diffstat (limited to 'wscript_build.py')
-rw-r--r--wscript_build.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript_build.py b/wscript_build.py
index 4f1d3440c0..7d112782a5 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -398,6 +398,7 @@ def build(ctx):
( "video/out/vo_xv.c", "xv" ),
( "video/out/w32_common.c", "win32" ),
( "video/out/win32/displayconfig.c", "win32" ),
+ ( "video/out/win32/droptarget.c", "win32" ),
( "video/out/win32/exclusive_hack.c", "gl-win32" ),
( "video/out/wayland_common.c", "wayland" ),
( "video/out/wayland/buffer.c", "wayland" ),