Mercurial > mplayer.hg
comparison libswscale/Makefile @ 20067:c13f577b8cf8
Simplify test program build.
author | diego |
---|---|
date | Thu, 05 Oct 2006 17:11:05 +0000 |
parents | 63979c96cca5 |
children | 36436a54bc4f |
comparison
equal
deleted
inserted
replaced
20066:4d1d50643826 | 20067:c13f577b8cf8 |
---|---|
20 HEADERS = swscale.h rgb2rgb.h | 20 HEADERS = swscale.h rgb2rgb.h |
21 | 21 |
22 include $(SRC_PATH)/common.mak | 22 include $(SRC_PATH)/common.mak |
23 | 23 |
24 cs_test: cs_test.c $(LIB) | 24 cs_test: cs_test.c $(LIB) |
25 $(CC) $(CFLAGS) -o $@ $^ -L. -lswscale $(EXTRALIBS) | |
26 | 25 |
27 swscale-example: swscale-example.c $(LIB) | 26 swscale-example: swscale-example.o $(LIB) |
28 $(CC) $(CFLAGS) -o $@ $^ -L. -lswscale $(EXTRALIBS) | |
29 | 27 |
30 clean:: | 28 clean:: |
31 rm -f cs_test swscale-example | 29 rm -f cs_test swscale-example |