Revision: 757
http://cadcdev.svn.sourceforge.net/cadcdev/?rev=757&view=rev
Author: ljsebald
Date: 2012-04-09 11:38:54 +0000 (Mon, 09 Apr 2012)
Log Message:
-----------
Link with libm, since some platforms need it and it probably won't hurt either way.
Modified Paths:
--------------
kos/utils/vqenc/Makefile
Modified: kos/utils/vqenc/Makefile
===================================================================
--- kos/utils/vqenc/Makefile 2012-04-09 01:32:51 UTC (rev 756)
+++ kos/utils/vqenc/Makefile 2012-04-09 11:38:54 UTC (rev 757)
@@ -7,7 +7,7 @@
# Use for other systems
CFLAGS = -O2 -Wall -DINLINE=inline #-g#
-LDFLAGS = -lpng -ljpeg -lz #-s -g
+LDFLAGS = -lpng -ljpeg -lz -lm #-s -g
all: vqenc
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|