Created
March 14, 2025 13:26
-
-
Save teaalltr/63ee755de74105a7e1f550aa03f8d4aa to your computer and use it in GitHub Desktop.
error ladybird with ffmpg qsv enabled vcpkg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
autoreconf: export WARNINGS= | |
autoreconf: Entering directory '.' | |
autoreconf: configure.ac: not using Gettext | |
autoreconf: running: aclocal --force -I m4 | |
autoreconf: configure.ac: tracing | |
autoreconf: running: libtoolize --copy --force | |
autoreconf: configure.ac: not using Intltool | |
autoreconf: configure.ac: not using Gtkdoc | |
autoreconf: running: aclocal --force -I m4 | |
autoreconf: running: /usr/bin/autoconf --force | |
configure.ac:103: warning: AC_OUTPUT should be used without arguments. | |
configure.ac:103: You should run autoupdate. | |
autoreconf: configure.ac: not using Autoheader | |
autoreconf: running: automake --add-missing --copy --force-missing | |
configure.ac:29: installing './compile' | |
configure.ac:7: installing './config.guess' | |
configure.ac:7: installing './config.sub' | |
configure.ac:5: installing './install-sh' | |
configure.ac:5: installing './missing' | |
Makefile.am:54: error: 'libintel_gfx_api-x64.a' is not a standard libtool library name | |
Makefile.am:54: did you mean 'libintel_gfx_api-x64.la'? | |
Makefile.am:51: error: 'libintel_gfx_api-x86.a' is not a standard libtool library name | |
Makefile.am:51: did you mean 'libintel_gfx_api-x86.la'? | |
Makefile.am: installing './depcomp' | |
autoreconf: './install-sh' is updated | |
autoreconf: Leaving directory '.' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment