changeset 24774:13b688cd5038

Rename LIB to LIBNAME for consistency.
author diego
date Thu, 18 Oct 2007 09:35:02 +0000
parents e2cd504bcd70
children 16f77f3eb187
files libswscale/Makefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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::