mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-27 05:10:20 +00:00
DOCS/compile-windows.md: fix pkg-config directory
This commit is contained in:
@@ -167,8 +167,10 @@ Or, compile and install both libmpv and mpv:
|
||||
./waf install
|
||||
|
||||
# waf installs libmpv to the wrong directory, so fix it up
|
||||
mv /mingw64/bin/pkgconfig /mingw64/lib/pkgconfig
|
||||
mv /mingw64/bin/libmpv.dll.a /mingw64/lib/libmpv.dll.a
|
||||
mv -f /mingw64/bin/pkgconfig/mpv.pc /mingw64/lib/pkgconfig/
|
||||
mv -f /mingw64/bin/libmpv.dll.a /mingw64/lib/
|
||||
sed -i 's_/mingw64/bin_/mingw64/lib_' /mingw64/lib/pkgconfig/mpv.pc
|
||||
rmdir /mingw64/bin/pkgconfig
|
||||
```
|
||||
|
||||
Additional dependencies
|
||||
|
||||
Reference in New Issue
Block a user