-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Description
Hello,
Could it be possible to have ffmpeg[avisynthplus] able to be built with static triplet please ?
Right now when trying vcpkg install FFmpeg[avisynthplus]:x64-windows-static we get this :
Error: ffmpeg[avisynthplus] is only supported on 'windows & !static'
but on the other hand it is possible to have the current single AviSynthPlus as static installed, from my vcpkg list :
avisynthplus:x64-windows-static
Same thing seems to happens when trying to build the main single FFMPEG port and setting manually AvisynthPlus as option to true there, we get an error message saying static version is not possible.
Is there any hard limitations to make AviSynthPlus possible as a Static version included in FFMPEG or maybe it was just an old limitation not reviewed since a while ?
We have the single AvisynthPlus possible as Static then I imagine it should be possible, could you please look into this so it will be possible to have ffmpeg[avisynthplus] static or maybe be able to manually modify the main FFmpeg to add AvisynthPlus option to the static version there ?
Thanks a lot in advance :)