#!/usr/bin/make -f

export DEB_CXXFLAGS_MAINT_APPEND = -O3

%:
	dh $@ 

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