[xiph-commits] r18716 - icecast/branches/ph3/libshout
ph3-der-loewe at svn.xiph.org
ph3-der-loewe at svn.xiph.org
Thu Nov 22 06:47:58 PST 2012
Author: ph3-der-loewe
Date: 2012-11-22 06:47:58 -0800 (Thu, 22 Nov 2012)
New Revision: 18716
Modified:
icecast/branches/ph3/libshout/configure.ac
Log:
first try to correct vorbis detection for win32
Modified: icecast/branches/ph3/libshout/configure.ac
===================================================================
--- icecast/branches/ph3/libshout/configure.ac 2012-11-21 21:27:10 UTC (rev 18715)
+++ icecast/branches/ph3/libshout/configure.ac 2012-11-22 14:47:58 UTC (rev 18716)
@@ -112,7 +112,7 @@
SHOUT_REQUIRES="ogg"
-PKG_CHECK_MODULES(VORBIS, vorbis, [
+PKG_CHECK_MODULES([VORBIS], [vorbis], [
HAVE_VORBIS="yes"
SHOUT_REQUIRES="$SHOUT_REQUIRES, vorbis"
], [
More information about the commits
mailing list