comparison libswscale/Makefile @ 20800:5298f5174a8b

Synch with ffmpeg's r6938 "allow spaces in source and build directory names..."
author lucabe
date Thu, 09 Nov 2006 15:13:56 +0000
parents 1685fb149c76
children befebdb3ebaa
comparison
equal deleted inserted replaced
20799:7e2bc0167fd1 20800:5298f5174a8b
14 OBJS+= yuv2rgb_altivec.o 14 OBJS+= yuv2rgb_altivec.o
15 endif 15 endif
16 16
17 HEADERS = swscale.h rgb2rgb.h 17 HEADERS = swscale.h rgb2rgb.h
18 18
19 include $(SRC_PATH)/common.mak 19 include ../common.mak
20 20
21 cs_test: cs_test.c $(LIB) 21 cs_test: cs_test.c $(LIB)
22 22
23 swscale-example: swscale-example.o $(LIB) 23 swscale-example: swscale-example.o $(LIB)
24 24