This configure
is not correct, it enables the LTO option but does not compile with Clang, even though it is the default compiler defined in makepkg.conf
and although it is one of the makedepends
. See this bug: https://trac.ffmpeg.org/ticket/9310
I solved it by adding this to the PKGBUILD configure:
./configure \
--prefix='/usr' \
--enable-lto \
--cc=$CC \
--cxx=$CXX \
--disable-rpath \
Pinned Comments
clap22 commented on 2018-11-20 15:36 (UTC)
NOTE: This package was created because the presence of nvidia and intel stuff breaks some stuff, at least on my AMD setup. Also packages like cuda are HUGE (1gb+) and unneeded. You can also install this mpv https://aur.archlinux.org/packages/mpv-amd-full-git package with the same idea, plus vulkan support over libshaderc.
Based on https://aur.archlinux.org/packages/ffmpeg-full-git by dbermond