[FFmpeg-user] ffmpeg git and makeinfo 7.1 error?
Andrew Randrianasulu
randrianasulu at gmail.com
Wed Oct 25 10:45:30 EEST 2023
I am trying to build new ffmpeg on my aarch64 termux installation.
pulled git long time ago, now tried to integrate libxcam filter (without
libxcam installed for now) but I think I run into unrelated build error:
makeinfo: error parsing ./doc/t2h.pm: Undefined subroutine
&Texinfo::Config::set_from_init_file called at ./doc/t2h.pm line 24.
using
makeinfo --version
texi2any (GNU texinfo) 7.1
as packaged by termux.
configure line was
./configure --enable-jni --enable-mediacodec --enable-neon
--target-os=android --disable-devices
git log set at base a4877f1ec11e0327684eda37b15bc1ccb16f9ace
and just-compiled (with "make ffmpeg" after docs build err) ffmpeg says:
~/ffmpeg $ ./ffmpeg -h
ffmpeg version N-112509-g265b40e489 Copyright (c) 2000-2023 the FFmpeg
developers
built with clang version 17.0.3
configuration: --enable-jni --enable-mediacodec --enable-neon
--target-os=android --disable-devices
libavutil 58. 27.100 / 58. 27.100
libavcodec 60. 30.102 / 60. 30.102
libavformat 60. 15.100 / 60. 15.100
libavdevice 60. 2.101 / 60. 2.101
libavfilter 9. 11.100 / 9. 11.100
libswscale 7. 4.100 / 7. 4.100
libswresample 4. 11.100 / 4. 11.100
libxcam filter at patchwork:
https://patchwork.ffmpeg.org/project/ffmpeg/patch/20200731145710.114479-1-wei.zong@intel.com/#56952
I just added const keyword to libavfilter/allfilters.c change, like in
other cases....
More information about the ffmpeg-user
mailing list