projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
cosmetics: Replace manual tab indentation by \n\t as in the rest of the file.
[ffmpeg.git]
/
libswscale
/
Makefile
diff --git
a/libswscale/Makefile
b/libswscale/Makefile
index
a1c25a7
..
f6adf2a
100644
(file)
--- a/
libswscale/Makefile
+++ b/
libswscale/Makefile
@@
-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::
rm -f cs_test swscale-example
clean::
rm -f cs_test swscale-example