configure.ac: reset tremor_prefix
This commit is contained in:
parent
e44848f8c4
commit
00aa83a498
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue