Mercurial > hg > tony
diff configure.ac @ 540:f55363ecc57d
Update subrepos, build etc to match current SV code
author | Chris Cannam |
---|---|
date | Tue, 12 Feb 2019 15:02:50 +0000 |
parents | 12d36dcfbbfb |
children | aec36277d870 |
line wrap: on
line diff
--- a/configure.ac Fri Sep 14 15:15:41 2018 +0100 +++ b/configure.ac Tue Feb 12 15:02:50 2019 +0000 @@ -96,6 +96,7 @@ SV_MODULE_OPTIONAL([fishsound],[fishsound >= 1.0.0],[fishsound/fishsound.h],[fishsound],[fish_sound_new]) SV_MODULE_OPTIONAL([mad],[mad >= 0.15.0],[mad.h],[mad],[mad_decoder_init]) SV_MODULE_OPTIONAL([id3tag],[id3tag >= 0.15.0],[id3tag.h],[id3tag],[id3_tag_new]) +SV_MODULE_OPTIONAL([opus],[opusfile],[opus/opusfile.h],[opusfile],[op_read_float]) # Link in -lX11 if it exists -- this is for the X error handler SV_MODULE_OPTIONAL([X11],[x11 >= 1.0.0],[X11/X.h],[x11],[XGetErrorText])