diff options
author | Max Kellermann <max@duempel.org> | 2016-05-02 23:11:07 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2016-05-03 23:40:29 +0200 |
commit | ed6c6296ebe85baac29e473c70043cd8e07871b7 (patch) | |
tree | e19f06fe7216c1b29cf18dccac6c0550fe4293e3 /configure.ac | |
parent | b27a41812ffda9cf88c2ce40ef9664019ede7fcb (diff) |
{de,en}coder/{vorbis,flac,opus}: move several libraries to lib/xiph/
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 6f1b8edc2..c64a0f515 100644 --- a/configure.ac +++ b/configure.ac @@ -1086,8 +1086,6 @@ fi MPD_DEFINE_CONDITIONAL(enable_encoder, ENABLE_ENCODER, [the encoder plugins]) -AM_CONDITIONAL(HAVE_OGG_ENCODER, test x$enable_vorbis_encoder = xyes || test x$enable_opus = xyes) - dnl --------------------------------------------------------------------------- dnl Audio Output Plugins dnl --------------------------------------------------------------------------- |