diff noconfig.pri @ 2192:57a54d84120c bqaudiostream

Add Opus support
author Chris Cannam
date Tue, 22 Jan 2019 16:27:36 +0000
parents 8ce96d97de1a
children 28feef0729c4
line wrap: on
line diff
--- a/noconfig.pri	Tue Jan 22 11:45:40 2019 +0000
+++ b/noconfig.pri	Tue Jan 22 16:27:36 2019 +0000
@@ -24,6 +24,7 @@
 	HAVE_LIBLO \
 	HAVE_MAD \
 	HAVE_ID3TAG \
+        HAVE_OPUS \
 	HAVE_PORTAUDIO
 
 # Default set of libs for the above. Config sections below may update
@@ -43,6 +44,7 @@
 	-logg \
 	-lmad \
 	-lid3tag \
+        -lopusfile \
 	-lportaudio \
 	-lsamplerate \
 	-lz \