From 9e14239422dd7eecbb1e67809e575d98fe000c41 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 26 Apr 2007 15:14:12 +0000 Subject: Don't declare -lm as a dependency of swscale-example. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23140 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libswscale/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libswscale/Makefile') diff --git a/libswscale/Makefile b/libswscale/Makefile index a1c25a76a4..f6adf2a514 100644 --- a/libswscale/Makefile +++ b/libswscale/Makefile @@ -18,7 +18,8 @@ include ../common.mak cs_test: cs_test.o $(LIB) -swscale-example: swscale-example.o $(LIB) -lm +swscale-example: swscale-example.o $(LIB) +swscale-example: EXTRALIBS += -lm clean:: rm -f cs_test swscale-example -- cgit v1.2.3