chiark / gitweb /
FLAC support in tracklength plugin
[disorder] / configure.ac
index 03848937f4f4bef9be981a6cc5255ab3fbb9bfae..af15c83ec8229eb742ea04bc6c641ca9666ba58d 100644 (file)
@@ -144,6 +144,9 @@ if test $want_server = yes; then
   AC_CHECK_LIB([ao], [ao_initialize],
               [AC_SUBST(LIBAO,[-lao])],
               [missing_libraries="$missing_libraries libao"])
+  AC_CHECK_LIB([FLAC], [FLAC__stream_decoder_new],
+              [AC_SUBST(LIBFLAC,[-lFLAC])],
+              [missing_libraries="$missing_libraries libFLAC"])
 fi
 if test $want_alsa = yes; then
   AC_CHECK_LIB([asound], [snd_pcm_open],