configure.ac: reset tremor_prefix

This commit is contained in:
Max Kellermann 2014-12-09 20:54:21 +01:00
parent e44848f8c4
commit 00aa83a498
1 changed files with 1 additions and 0 deletions

View File

@ -1002,6 +1002,7 @@ AM_CONDITIONAL(HAVE_MPCDEC, test x$enable_mpc = xyes)
dnl -------------------------------- Ogg Tremor -------------------------------
if test x$with_tremor = xyes || test x$with_tremor = xno; then
enable_tremor="$with_tremor"
tremor_prefix=""
else
tremor_prefix="$with_tremor"
enable_tremor=yes