fix render progress booby, add batchrender warn for zero length, click to play layout...
[goodguy/cinelerra.git] / cinelerra-5.1 / thirdparty / Makefile
index 715cabf619f8a9b325d8136d03d457f10d3a3948..905731e14cc3e551fe1892285b1dd6b5698e4e84 100644 (file)
@@ -186,9 +186,10 @@ 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" > configure; \
+ echo "meson setup . build" > configure; \
  echo "meson configure build -Denable_tools=false" >> configure; \
- echo "meson build --buildtype release --default-library=both" >> configure; \
+ echo "meson configure build --buildtype=release" >> configure; \
+ echo "meson configure build --default-library=static" >> 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