Browse Source

Don't declare -lm as a dependency of swscale-example.

Originally committed as revision 23140 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
tags/v0.5
Diego Biurrun 18 years ago
parent
commit
c36bd2866a
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      libswscale/Makefile

+ 2
- 1
libswscale/Makefile View File

@@ -18,7 +18,8 @@ include ../common.mak


cs_test: cs_test.o $(LIB) cs_test: cs_test.o $(LIB)


swscale-example: swscale-example.o $(LIB) -lm
swscale-example: swscale-example.o $(LIB)
swscale-example: EXTRALIBS += -lm


clean:: clean::
rm -f cs_test swscale-example rm -f cs_test swscale-example

Loading…
Cancel
Save