#!/usr/bin/make -f

%:
	dh $@ --without autoreconf -Smeson

override_dh_auto_configure:
	dh_auto_configure -- \
	--libdir=lib/$(DEB_HOST_MULTIARCH)/vapoursynth/
