[xiph-commits] r3508 - liboggz/trunk/src/tools/oggz-chop

conrad at svn.annodex.net conrad at svn.annodex.net
Fri Mar 7 02:45:51 PST 2008


Author: conrad
Date: 2008-03-07 02:45:51 -0800 (Fri, 07 Mar 2008)
New Revision: 3508

Modified:
   liboggz/trunk/src/tools/oggz-chop/Makefile.am
Log:
link oggz-chop with libm (ceilf needs -lm). Patch by ogg.k.ogg.k


Modified: liboggz/trunk/src/tools/oggz-chop/Makefile.am
===================================================================
--- liboggz/trunk/src/tools/oggz-chop/Makefile.am	2008-03-03 14:59:34 UTC (rev 3507)
+++ liboggz/trunk/src/tools/oggz-chop/Makefile.am	2008-03-07 10:45:51 UTC (rev 3508)
@@ -23,7 +23,7 @@
 noinst_HEADERS = cgi.h cmd.h header.h httpdate.h oggz-chop.h timespec.h
 
 oggz_chop_SOURCES = oggz-chop.c ../oggz_tools.c cmd.c cgi.c header.c httpdate.c main.c timespec.c
-oggz_chop_LDADD = $(OGGZ_LIBS)
+oggz_chop_LDADD = $(OGGZ_LIBS) -lm
 
 httpdate_test_SOURCES = httpdate.c httpdate_test.c
 



More information about the commits mailing list