Hi,
although I dont't get that: the only difference to 1.10-2 in
configure.ac is that the line
AC_INIT([FFMPEGFS], [1.10])
changed to
AC_INIT([FFMPEGFS], [1.98])
:)
But anyway, I added the patch and created 1.98-3. The patch has also
been applied to 1.99 upstream.
Thanks for your support!
Am 26.04.2020 um 21:10 schrieb Helmut Grohne:
Source: ffmpegfs
Version: 1.98.2
Tags: patch upstream
User: debian-cr...@lists.debian.org
Usertags: ftcbfs
ffmpegfs fails to cross build from source, because it uses AC_RUN_IFELSE
without an alternative for cross compilation. In this case,
AC_RUN_IFELSE is entirely unnecessary, because AC_CHECK_SIZEOF works.
Please consider applying the attached patch.
Helmut