X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fconfigure.ac;h=14e03257ec31154f8636589d11803493f995dfcb;hb=721a106de35567bcab14a0e92718767189acf176;hp=a8098cbe4bc6234cb248d0118c4ccaa3c6c777f5;hpb=b290324e67a45e465f2d0ad5d0ee662b64343339;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/configure.ac b/cinelerra-5.1/configure.ac index a8098cbe..14e03257 100644 --- a/cinelerra-5.1/configure.ac +++ b/cinelerra-5.1/configure.ac @@ -12,7 +12,7 @@ CFG_CFLAGS+=" -fno-omit-frame-pointer -fno-math-errno -fno-signed-zeros" CFG_CFLAGS+=" -pthread -Wall" # misguided pedantic warnings # this is extra work, not a gain... -CFG_CFLAGS+=" -Wno-unknown-warning" +CFG_CFLAGS+=" -Wno-unknown-warning-option" CFG_CFLAGS+=" -Wno-attributes" CFG_CFLAGS+=" -Wno-unused-result" CFG_CFLAGS+=" -Wno-stringop-overflow" @@ -372,7 +372,7 @@ PKG_3RD([x265],[auto], [ . source ]) PKG_3RD([libvpx],[auto], - [libvpx-1.8.0], + [libvpx-1.8.1], [ libvpx.a ], [ . ]) @@ -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])