View Single Post
Old 1st May 2018, 19:51   #21  |  Link
JEEB
もこたんインしたお!
 
JEEB's Avatar
 
Join Date: Jan 2008
Location: Finland / Japan
Posts: 512
Quote:
Originally Posted by jackoneill View Post
And you need to pass -lpython3.6m most likely because ffmpeg's configure doesn't call pkg-config with the --static parameter. If it did, VSScript's pkg-config file would give it -lpython3.6m already.
Code:
--pkg-config-flags=FLAGS pass additional flags to pkgconf []
In other words, adding "--static" to this will get you that.
__________________
[I'm human, no debug]
JEEB is offline   Reply With Quote