libs/ffmpeg: fixed *.lib installation to bin/
ClosedPublic

Authored by maxrd2 on Apr 3 2020, 5:17 PM.

Details

Summary

Windows (mingw) builds were installing .lib files under bin/
Relative files are moved to lib/ after install

Diff Detail

Repository
R877 Craft Blueprints for KDE
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
maxrd2 requested review of this revision.Apr 3 2020, 5:17 PM
maxrd2 created this revision.

Hm maybe put it into an if msvc?

maxrd2 updated this revision to Diff 79345.Apr 4 2020, 8:18 PM

Added isWin check

maxrd2 added a comment.Apr 4 2020, 8:21 PM

Hm maybe put it into an if msvc?

Done. It was happening with both mingw and msvc compilers.

vonreth accepted this revision.Apr 4 2020, 9:52 PM

Hm maybe put it into an if msvc?

This revision is now accepted and ready to land.Apr 4 2020, 9:52 PM
This revision was automatically updated to reflect the committed changes.