comparison libswscale/Makefile @ 24774:13b688cd5038

Rename LIB to LIBNAME for consistency.
author diego
date Thu, 18 Oct 2007 09:35:02 +0000
parents 0770f1d5b781
children 0bb26e5c076c
comparison
equal deleted inserted replaced
24773:e2cd504bcd70 24774:13b688cd5038
19 19
20 HEADERS = swscale.h rgb2rgb.h 20 HEADERS = swscale.h rgb2rgb.h
21 21
22 include ../common.mak 22 include ../common.mak
23 23
24 cs_test: cs_test.o $(LIB) 24 cs_test: cs_test.o $(LIBNAME)
25 25
26 swscale-example: swscale-example.o $(LIB) 26 swscale-example: swscale-example.o $(LIBNAME)
27 swscale-example: EXTRALIBS += -lm 27 swscale-example: EXTRALIBS += -lm
28 28
29 clean:: 29 clean::
30 rm -f cs_test swscale-example 30 rm -f cs_test swscale-example