[Icecast] [PATCH] trivial vorbis-tools build patch
Joern Nettingsmeier
nettings at folkwang-hochschule.de
Thu Apr 7 18:35:32 UTC 2005
hi everyone!
i know it's a little off-topic here, but can somebody with svn commit
access please consider this:
--- vorbis-tools/configure.in~ 2005-04-07 20:28:23.460547245 +0200
+++ vorbis-tools/configure.in 2005-04-07 20:28:23.460547245 +0200
@@ -161,7 +161,7 @@
AC_MSG_WARN(libspeex missing)
have_libspeex=no, [$SPEEX_LIBS]
)
-AC_CHECK_HEADER(speex.h,,
+AC_CHECK_HEADER(speex/speex.h,,
AC_MSG_WARN(libspeex headers missing)
have_libspeex=no,[ ])
as it is now, vorbis-tools will not find speex.h, since it's looking in
/usr/local/include instead of /usr/local/include/speex.
a few lines before there is a similar piece of code for FLAC which is
correct, so this is probably just an oversight.
regards,
jörn
More information about the Icecast
mailing list