Commit 2f3cbef0 authored by Diego Biurrun's avatar Diego Biurrun

Rename LIB to LIBNAME for consistency.

Originally committed as revision 24802 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
parent 24743a76
......@@ -21,9 +21,9 @@ HEADERS = swscale.h rgb2rgb.h
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::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment