shaka-player-embedded icon indicating copy to clipboard operation
shaka-player-embedded copied to clipboard

Allow incremental configure runs

Open TheModMaker opened this issue 6 years ago • 0 comments
trafficstars

Now, when we run ./configure, it runs configure for each third-party dependency. But if you want to change some build settings, this may not be needed. This is especially important on some machines/platforms where these steps can take a while (FFmpeg configure takes over a minute on my Mac machine).

We should detect when we don't need to run configure again for a third-party dependency.

TheModMaker avatar Jul 29 '19 17:07 TheModMaker