Я пытаюсь установить mp4fpsmod
на Linux 4.19.104+ x86_64 Ubuntu 18.04.3 LTS
. Вы можете попробовать это в Colab:
!git clone https://github.com/nu774/mp4fpsmod.git
!sudo apt-get install autoconf
%cd mp4fpsmod
!./bootstrap.sh
И увидеть ошибку:
Running autoreconf...
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: configure.ac: adding subdirectory mp4v2 to autoreconf
autoreconf: Entering directory `mp4v2'
autoreconf: running: aclocal --force
autoreconf: configure.ac: creating directory autoaux
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf --force
configure.ac:83: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1
Знаете ли вы, что не так?