1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-19 05:15:12 +00:00

DOCS/compile-windows.md: fix pkg-config directory

This commit is contained in:
James Ross-Gowan 2015-01-09 13:26:56 +11:00
parent 286340d7d0
commit f2fd0c48cc

View File

@ -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