[FFmpeg-user] Preparing to compile ffmpeg from git source -- stuck
Carl Zwanzig
cpz at tuunq.com
Mon Apr 13 02:20:24 EEST 2020
On 4/12/2020 3:57 PM, Mark Filipak wrote:
> [Note 1] I'm pretty sure that a git project requires continuous access to
> the Internet. My Internet access is solely via a VBox Linux guest, so it
> seems reasonable that ffmpeg must be compiled from within Linux.
FWIW, I build on a windows box in mingw64 after a git sync (so no continual
net connection needed after sync).
The config string-
--extra-cflags=-I/mingw64/include --extra-ldflags=-L/mingw64/lib
--extra-version=static \
--extra-cflags=--static --enable-static --disable-debug --disable-shared
--disable-ffplay \
--disable-ffprobe --disable-doc --enable-decklink --enable-avfilter
--extra-cflags=-I/mingw64/include/BMD
It was fairly straightforward to set up, but I can't readily grab that info
at the moment.
z!
More information about the ffmpeg-user
mailing list