[xiph-commits] r14830 - trunk/theora/tests

ivo at svn.xiph.org ivo at svn.xiph.org
Sat May 3 14:07:39 PDT 2008


Author: ivo
Date: 2008-05-03 14:07:38 -0700 (Sat, 03 May 2008)
New Revision: 14830

Modified:
   trunk/theora/tests/Makefile.am
Log:
Make granulepos, granulepos_theoraenc and granulepos_theora build in Solaris.  Patch from Sun's Brian Cameron.  Closes #1356.

Modified: trunk/theora/tests/Makefile.am
===================================================================
--- trunk/theora/tests/Makefile.am	2008-05-03 18:33:02 UTC (rev 14829)
+++ trunk/theora/tests/Makefile.am	2008-05-03 21:07:38 UTC (rev 14830)
@@ -50,13 +50,13 @@
 comment_theora_CFLAGS = $(OGG_CFLAGS)
 
 granulepos_SOURCES = granulepos.c
-granulepos_LDADD = $(THEORAENC_LIBS)
+granulepos_LDADD = $(THEORAENC_LIBS) -lm
 granulepos_CFLAGS = $(OGG_CFLAGS)
 
 granulepos_theoraenc_SOURCES = granulepos_theora.c
-granulepos_theoraenc_LDADD = $(THEORAENC_LIBS)
+granulepos_theoraenc_LDADD = $(THEORAENC_LIBS) -lm
 granulepos_theoraenc_CFLAGS = $(OGG_CFLAGS)
 
 granulepos_theora_SOURCES = granulepos_theora.c
-granulepos_theora_LDADD = $(THEORA_LIBS)
+granulepos_theora_LDADD = $(THEORA_LIBS) -lm
 granulepos_theora_CFLAGS = $(OGG_CFLAGS)



More information about the commits mailing list