rdp / ffmpeg-windows-build-helpers

Helper script for cross compiling some media tools for windows, like customizable ffmpeg.exe (with or without non-free components, etc), and some other bonuses like mplayer, mp4box, mxf, etc.
GNU General Public License v3.0
1.08k stars 412 forks source link

Using docker makes an error when building shared version #711

Open syehoonkim opened 1 year ago

syehoonkim commented 1 year ago

Dear, When I try to build docker with do-docker-build.sh file, cp in docker returns error message saying that there is no dir "ffmpeg_git_with_fdk_aac_shared". I have figured out shared version's output dir is "ffmpeg_git_with_fdk_aac_master_shared". After modifying docker-entry.sh, everything is okay. Having tried to find why "_master" is inserted, but I couldn't do with my poor ability, that's why I don't make PR resolving this. It will be great if you solve this problem. Thank you.

rdp commented 8 months ago

OK so you didn't figure it out is that right? Sorry I missed this!

syehoonkim commented 8 months ago

Dear, I always appreciate you!! For now, I am doing build job without docker, and so I haven't figured out what is happening in the script. If you can find the problem and fix it, that will be great. Thank you again!!