X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fconfigure.ac;h=14e03257ec31154f8636589d11803493f995dfcb;hp=a9fd117f69c3c8dc046e712993f485f6e4405e4b;hb=721a106de35567bcab14a0e92718767189acf176;hpb=a1ec01f78c69ac89b70269884acc212a23e49622 diff --git a/cinelerra-5.1/configure.ac b/cinelerra-5.1/configure.ac index a9fd117f..14e03257 100644 --- a/cinelerra-5.1/configure.ac +++ b/cinelerra-5.1/configure.ac @@ -473,6 +473,11 @@ if test "x$I86$X86" != "x00" ; then rm -f conftest.asm conftest.o REQUIRE_PROG(YASM, [yasm]) fi +if test "x$X86" = "x0" ; then + # incompatible instruction set + PKG_dav1d=no +fi + ## end arch dep tests REQUIRE_PROG(OBJCOPY, [objcopy])