[MPlayer-cvslog] r26552 - trunk/liba52/Makefile

diego subversion at mplayerhq.hu
Sun Apr 27 12:34:24 CEST 2008


Author: diego
Date: Sun Apr 27 12:34:24 2008
New Revision: 26552

Log:
Remove unnecessary -lm linker flag from test program compilation command.


Modified:
   trunk/liba52/Makefile

Modified: trunk/liba52/Makefile
==============================================================================
--- trunk/liba52/Makefile	(original)
+++ trunk/liba52/Makefile	Sun Apr 27 12:34:24 2008
@@ -13,4 +13,4 @@ SRCS_COMMON = crc.c \
 include ../mpcommon.mak
 
 test: test.c ../cpudetect.o $(LIBNAME_COMMON)
-	$(CC) $(CFLAGS) -o $@ $^ -lm
+	$(CC) $(CFLAGS) -o $@ $^



More information about the MPlayer-cvslog mailing list