summaryrefslogtreecommitdiffstats
path: root/DOCS/compile-windows.md
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/compile-windows.md')
-rw-r--r--DOCS/compile-windows.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/DOCS/compile-windows.md b/DOCS/compile-windows.md
index 6fd5ed79b2..48895f5428 100644
--- a/DOCS/compile-windows.md
+++ b/DOCS/compile-windows.md
@@ -165,9 +165,6 @@ Or, compile and install both libmpv and mpv:
```bash
./waf configure CC=gcc.exe --check-c-compiler=gcc --enable-libmpv-shared --prefix=/mingw64
./waf install
-
-# waf installs libmpv dll to the wrong directory, so fix it up
-mv -f /mingw64/lib/mpv-1.dll /mingw64/bin/
```
Linking libmpv with MSVC programs