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
Branch
ffmpeg
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 24763
Build 24781: arc lint + arc unit
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.