configure.ac: don't auto-detect the Vorbis encoder when Tremor is enabled
libvorbisidec and libvorbis export the same symbols, which is a dangerous thing. Since libvorbisenc depends on libvorbis, this can get nasty, so let's disable the Vorbis encoder unless the user explicitly wants it.
This commit is contained in:
@@ -999,6 +999,11 @@ if test x$enable_tremor = xyes; then
|
||||
AC_MSG_WARN(["OggTremor detected, could not enable Vorbis."])
|
||||
fi
|
||||
enable_vorbis=no
|
||||
|
||||
if test x$enable_vorbis_encoder = xauto; then
|
||||
AC_MSG_WARN([OggTremor detected, disabling the Vorbis encoder plugin.])
|
||||
enable_vorbis_encoder=no
|
||||
fi
|
||||
fi
|
||||
|
||||
MPD_AUTO_PKG(vorbis, VORBIS, [vorbis vorbisfile ogg],
|
||||
|
Reference in New Issue
Block a user