# HG changeset patch # User diego # Date 1192700102 0 # Node ID 13b688cd503843ed62f45fcd0eaa20e31f455c1e # Parent e2cd504bcd703714b639c273093d29814557effc Rename LIB to LIBNAME for consistency. diff -r e2cd504bcd70 -r 13b688cd5038 libswscale/Makefile --- a/libswscale/Makefile Thu Oct 18 09:31:47 2007 +0000 +++ b/libswscale/Makefile Thu Oct 18 09:35:02 2007 +0000 @@ -21,9 +21,9 @@ include ../common.mak -cs_test: cs_test.o $(LIB) +cs_test: cs_test.o $(LIBNAME) -swscale-example: swscale-example.o $(LIB) +swscale-example: swscale-example.o $(LIBNAME) swscale-example: EXTRALIBS += -lm clean::