Mercurial > mplayer.hg
comparison postproc/Makefile @ 9987:988c2ffc5bc1
remove remaining cpudetect dependancy
author | michael |
---|---|
date | Fri, 25 Apr 2003 17:16:55 +0000 |
parents | 61057de81510 |
children | 276403619c9a |
comparison
equal
deleted
inserted
replaced
9986:4bdd248d372e | 9987:988c2ffc5bc1 |
---|---|
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) | 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 | 40 $(CC) swscale-example.o $(SWSLIB) ../libmpcodecs/img_format.o -lm -o swscale-example -W -Wall |
41 # | 41 # |
42 # include dependency files if they exist | 42 # include dependency files if they exist |
43 # | 43 # |
44 ifneq ($(wildcard .depend),) | 44 ifneq ($(wildcard .depend),) |
45 include .depend | 45 include .depend |