>>> A dependency to an external exe is less practical than a shared >>> library resolution. >> Why? > Let's consider I have a "main application" that plans to use ffmpeg > under the hood Why not just use libavformat/libavcodec/libavutil directly? -DrD-