#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
	--with-aacplus \
	--with-alsa \
	--with-faac \
	--with-faac-prefix=/usr/lib/$(DEB_HOST_MULTIARCH) \
	--with-fdkaac \
	--with-flac \
	--with-jack \
	--with-lame \
	--with-lame-prefix=/usr/lib/$(DEB_HOST_MULTIARCH) \
	--with-opus \
	--with-pulseaudio \
	--with-samplerate \
	--with-twolame \
	--with-vorbis

#	exit 1
