From 65a826f3482a04c37ec0cf0207fdff1c42409943 Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 4 Jul 2008 14:22:54 +0000 Subject: Fix liba52/test linking, it needs -lm. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27191 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 69abd1deec..2b96be1163 100644 --- a/Makefile +++ b/Makefile @@ -885,7 +885,7 @@ codecs2html$(EXESUF): codec-cfg.c $(TEST_OBJS) codec-cfg-test$(EXESUF): codec-cfg.c codecs.conf.h codec-cfg.h $(TEST_OBJS) $(CC) -I. -DTESTING -o $@ $^ -liba52/test$(EXESUF): liba52/test.c cpudetect.o $(filter liba52/%,$(SRCS_COMMON:.c=.o)) +liba52/test$(EXESUF): liba52/test.c cpudetect.o $(filter liba52/%,$(SRCS_COMMON:.c=.o)) -lm libvo/aspecttest$(EXESUF): libvo/aspecttest.c libvo/aspect.o libvo/geometry.o $(TEST_OBJS) -- cgit v1.2.3