Commit f1536815 authored by Avuton Olrich's avatar Avuton Olrich

configure.ac: Move AC_DEFINE for Ogg Tremor under other if conditional.

Ogg Tremor doesn't have the ability to be disabled under the first if conditional, might as well AC_DEFINE there.
parent d7329195
...@@ -1064,9 +1064,7 @@ if test x$use_tremor = xyes; then ...@@ -1064,9 +1064,7 @@ if test x$use_tremor = xyes; then
AC_MSG_WARN([vorbisidec lib needed for ogg support with tremor -- disabling ogg support])) AC_MSG_WARN([vorbisidec lib needed for ogg support with tremor -- disabling ogg support]))
CFLAGS="$ac_save_CFLAGS" CFLAGS="$ac_save_CFLAGS"
LIBS="$ac_save_LIBS" LIBS="$ac_save_LIBS"
fi
if test x$use_tremor = xyes; then
AC_DEFINE(HAVE_TREMOR,1, AC_DEFINE(HAVE_TREMOR,1,
[Define to use tremor (libvorbisidec) for ogg support]) [Define to use tremor (libvorbisidec) for ogg support])
fi fi
......
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