diff 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
line wrap: on
line diff
--- a/postproc/Makefile	Tue Apr 15 20:40:11 2003 +0000
+++ b/postproc/Makefile	Thu Apr 17 19:32:46 2003 +0000
@@ -36,6 +36,8 @@
 cs_test: $(CS_TEST_OBJS)
 	$(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
 #
 # include dependency files if they exist
 #