m-ab-s / media-autobuild_suite

This Windows Batchscript helps setup a Mingw-w64 compiler environment for building ffmpeg and other media tools under Windows.
GNU General Public License v3.0
1.55k stars 266 forks source link

"ffmpegUpdate" option didn't work when edited ffmpeg_options.txt #2090

Closed FX8350 closed 2 years ago

FX8350 commented 2 years ago

Hi

I tried to add the library by editing ffmpeg_options.txt (before ffmpeg's git was updated) after building with the bare minimum of libraries. I chose ffmpegUpdate=1 and console window will show that additional libraries (eg libspeex) are being built, and the binaries will actually be generated, but ffmpeg will not be built. Does this option only take effect when an already built library is updated?

[compiler list] 
arch=3
license2=1
standalone=1
vpx2=1
aom=1
rav1e=1
dav1d=1
libavif=2
jpegxl=2
x2643=4
x2652=1
other265=2
svthevc=2
xvc=2
vvc=2
svtav1=2
svtvp9=2
flac=1
fdkaac=1
faac=2
exhale=2
mediainfo=2
soxB=2
ffmpegB2=1
ffmpegUpdate=1
ffmpegChoice=1
mp4box=2
rtmpdump=2
mplayer2=2
mpv=2
vlc=2
bmx=2
curl=2
ffmbc=2
cyanrip2=2
redshift=2
ripgrep=2
jq=2
jo=2
dssim=2
avs2=2
CC=2
cores=3
deleteSource=1
strip=1
pack=2
logging=1
updateSuite=1
timeStamp=1
ccache=2
noMintty=2
FX8350 commented 2 years ago

to rebuild without waiting for ffmpeg git update, just delete .\local64\bin-video\ffmpeg.exe I don't know this is the correct method, but I can rebuild. So close this issue.