Mercurial > mplayer.hg
comparison postproc/Makefile @ 9921:61057de81510
mplayer idependant (not really yet) swscale example
author | michael |
---|---|
date | Thu, 17 Apr 2003 19:32:46 +0000 |
parents | 98712065a08d |
children | 988c2ffc5bc1 |
comparison
equal
deleted
inserted
replaced
9920:cf5ae3f6175c | 9921:61057de81510 |
---|---|
34 $(CC) -MM $(CFLAGS) $(SWSSRCS) 1>.depend | 34 $(CC) -MM $(CFLAGS) $(SWSSRCS) 1>.depend |
35 | 35 |
36 cs_test: $(CS_TEST_OBJS) | 36 cs_test: $(CS_TEST_OBJS) |
37 $(CC) $(CS_TEST_OBJS) -o cs_test | 37 $(CC) $(CS_TEST_OBJS) -o cs_test |
38 | 38 |
39 swscale-example: swscale-example.o $(SWSLIB) | |
40 $(CC) swscale-example.o $(SWSLIB) ../cpudetect.o ../libmpcodecs/img_format.o -lm -o swscale-example -W -Wall | |
39 # | 41 # |
40 # include dependency files if they exist | 42 # include dependency files if they exist |
41 # | 43 # |
42 ifneq ($(wildcard .depend),) | 44 ifneq ($(wildcard .depend),) |
43 include .depend | 45 include .depend |