Mercurial > mplayer.hg
diff postproc/Makefile @ 9987:988c2ffc5bc1
remove remaining cpudetect dependancy
author | michael |
---|---|
date | Fri, 25 Apr 2003 17:16:55 +0000 |
parents | 61057de81510 |
children | 276403619c9a |
line wrap: on
line diff
--- a/postproc/Makefile Fri Apr 25 13:57:17 2003 +0000 +++ b/postproc/Makefile Fri Apr 25 17:16:55 2003 +0000 @@ -37,7 +37,7 @@ $(CC) $(CS_TEST_OBJS) -o cs_test swscale-example: swscale-example.o $(SWSLIB) - $(CC) swscale-example.o $(SWSLIB) ../cpudetect.o ../libmpcodecs/img_format.o -lm -o swscale-example -W -Wall + $(CC) swscale-example.o $(SWSLIB) ../libmpcodecs/img_format.o -lm -o swscale-example -W -Wall # # include dependency files if they exist #