Commit 00aa83a4 authored by Max Kellermann's avatar Max Kellermann

configure.ac: reset tremor_prefix

parent e44848f8
...@@ -1002,6 +1002,7 @@ AM_CONDITIONAL(HAVE_MPCDEC, test x$enable_mpc = xyes) ...@@ -1002,6 +1002,7 @@ AM_CONDITIONAL(HAVE_MPCDEC, test x$enable_mpc = xyes)
dnl -------------------------------- Ogg Tremor ------------------------------- dnl -------------------------------- Ogg Tremor -------------------------------
if test x$with_tremor = xyes || test x$with_tremor = xno; then if test x$with_tremor = xyes || test x$with_tremor = xno; then
enable_tremor="$with_tremor" enable_tremor="$with_tremor"
tremor_prefix=""
else else
tremor_prefix="$with_tremor" tremor_prefix="$with_tremor"
enable_tremor=yes enable_tremor=yes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment