mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-14 00:58:38 +02:00
Make example and test build and link correctly
Originally committed as revision 22048 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
parent
da095a23a1
commit
66e9de3891
@ -18,9 +18,9 @@ HEADERS = swscale.h rgb2rgb.h
|
|||||||
|
|
||||||
include ../common.mak
|
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::
|
clean::
|
||||||
rm -f cs_test swscale-example
|
rm -f cs_test swscale-example
|
||||||
|
Loading…
x
Reference in New Issue
Block a user