Makefile.am: eliminate FLAC_COMMON

This commit is contained in:
Max Kellermann
2012-10-02 10:58:53 +02:00
parent ccd7104cdc
commit a9419da09c
2 changed files with 5 additions and 11 deletions

View File

@@ -1140,9 +1140,6 @@ fi
AM_CONDITIONAL(HAVE_XIPH,
test x$enable_vorbis = xyes || test x$enable_tremor = xyes || test x$enable_flac = xyes || test x$enable_opus = xyes)
AM_CONDITIONAL(HAVE_FLAC_COMMON,
test x$enable_flac = xyes)
dnl ---------------------------------------------------------------------------
dnl Encoders for Streaming Audio Output Plugins
dnl ---------------------------------------------------------------------------