FreeBSD 13.2 Compile ffmpeg4 fails
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Nov 2023 16:19:41 UTC
ffmpeg4 fails compile on FreeBSD13.2 P5 updated to latest ports tree ffmpeg 4.4.4,5 texinfo 7.1,1 According to this information at https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/f01fdedb69e4accb1d1555106d8f682ff1f1ddc7 texinfo needs a patch to work with ffmpeg4 My understanding anyways. Below is error received during ffmpeg4 build. ... makeinfo --html -I doc --no-split -D config-not-all --init-file=/<<PKGBUILDDIR>>/doc/t2h.pm --output doc/ffmpeg.html doc/ffmpeg.texi perl ./doc/texidep.pl . doc/ffprobe.texi doc/ffprobe.html >doc/ffprobe.html.dmakeinfo --html -I doc --no-split -D config-not-all --init-file=/<<PKGBUILDDIR>>/doc/t2h.pm --output doc/ffprobe.html doc/ffprobe.texi strip -x libavresample/x86/audio_convert.operl ./doc/texidep.pl . doc/ffmpeg.texi doc/ffmpeg-all.html >doc/ffmpeg-all.html.dmakeinfo: error parsing ./doc/t2h.pm: Undefined subroutine &Texinfo::Config::set_from_init_file called at .doc/t2h.pm line 24. gmake[2]: *** [doc/Makefile:67: doc/ffmpeg.html] Error 1 gmake[2]: *** Waiting for unfinished jobs.... ... Thanks, Roger