Skip to content
Snippets Groups Projects
Commit 66e9de38 authored by Luca Barbato's avatar Luca Barbato
Browse files

Make example and test build and link correctly

Originally committed as revision 22048 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
parent da095a23
Branches
Tags
No related merge requests found
......@@ -18,9 +18,9 @@ HEADERS = swscale.h rgb2rgb.h
include ../common.mak
cs_test: cs_test.c $(LIB)
cs_test: cs_test.o $(LIB)
swscale-example: swscale-example.o $(LIB)
swscale-example: swscale-example.o $(LIB) -lm
clean::
rm -f cs_test swscale-example
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment