X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fthirdparty%2FMakefile;h=715cabf619f8a9b325d8136d03d457f10d3a3948;hb=aeec663c0a88a7ee81a820e758264050a7c4b37e;hp=426f3c9f49b76df91af77e19c73c4ec95f049741;hpb=b290324e67a45e465f2d0ad5d0ee662b64343339;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/thirdparty/Makefile b/cinelerra-5.1/thirdparty/Makefile index 426f3c9f..715cabf6 100644 --- a/cinelerra-5.1/thirdparty/Makefile +++ b/cinelerra-5.1/thirdparty/Makefile @@ -185,7 +185,11 @@ libaom.cfg_vars?=$(call cmake_config,aom-master) libaom.cfg_params?= -DENABLE_SHARED=no -DCMAKE_INSTALL_LIBDIR=lib \ -DCMAKE_INSTALL_PREFIX=$(call bld_path,libaom)/usr/local libaom.mak_params?= ; $(MAKE) -C libaom* install -dav1d.cfg_vars?=echo "meson build --buildtype release --default-library=both" > configure; chmod +x ./configure; +dav1d.cfg_vars?=\ + echo "meson build" > configure; \ + echo "meson configure build -Denable_tools=false" >> configure; \ + echo "meson build --buildtype release --default-library=both" >> configure; \ + chmod +x ./configure; dav1d.mak_vars?=(echo "all:"; echo " ninja -C build") > $(call bld_path,dav1d)/Makefile; dav1d.mak_params?=; cd "$(call bld_path,dav1d)"; DESTDIR="$(call bld_path,dav1d)" meson install -C build libwebp.cfg_vars?= mkdir build && cd build && $(call cmake_config,..)