[SCM] libav/experimental: Don't declare -lm as a dependency of swscale-example.
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 15:59:14 UTC 2013
The following commit has been merged in the experimental branch:
commit c36bd2866a2f4b46dc53931d5550cf5a0228d6ed
Author: Diego Biurrun <diego at biurrun.de>
Date: Thu Apr 26 15:14:12 2007 +0000
Don't declare -lm as a dependency of swscale-example.
Originally committed as revision 23140 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
diff --git a/libswscale/Makefile b/libswscale/Makefile
index a1c25a7..f6adf2a 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
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list