[xiph-commits] r12107 - trunk/speex

jm at svn.xiph.org jm at svn.xiph.org
Mon Nov 13 20:09:51 PST 2006


Author: jm
Date: 2006-11-13 20:09:48 -0800 (Mon, 13 Nov 2006)
New Revision: 12107

Modified:
   trunk/speex/speex.pc.in
Log:
Speex still requires libm, so I might as well add that to the build options.


Modified: trunk/speex/speex.pc.in
===================================================================
--- trunk/speex/speex.pc.in	2006-11-14 02:24:02 UTC (rev 12106)
+++ trunk/speex/speex.pc.in	2006-11-14 04:09:48 UTC (rev 12107)
@@ -10,5 +10,5 @@
 Version: @SPEEX_VERSION@
 Requires:
 Conflicts:
-Libs: -L${libdir} -lspeex
+Libs: -L${libdir} -lspeex -lm
 Cflags: -I${includedir}



More information about the commits mailing list