summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-27 10:34:24 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-27 10:34:24 +0000
commit15aeb0c9ca15f764f121ba9b86ba16ec5c3fe0d3 (patch)
tree82bde828f23720d388a0652c7135ce5e2ae4f679
parent83740c48da575c34b027f9484523e0f983e02885 (diff)
downloadmpv-15aeb0c9ca15f764f121ba9b86ba16ec5c3fe0d3.tar.bz2
mpv-15aeb0c9ca15f764f121ba9b86ba16ec5c3fe0d3.tar.xz
Remove unnecessary -lm linker flag from test program compilation command.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26552 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--liba52/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/liba52/Makefile b/liba52/Makefile
index 4f80402832..868f8df9a7 100644
--- a/liba52/Makefile
+++ b/liba52/Makefile
@@ -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 $@ $^