mirror of https://github.com/mpv-player/mpv
Rename LIB to LIBNAME for consistency.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24802 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
42adf39c38
commit
f24a71a0f0
|
@ -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::
|
||||
|
|
Loading…
Reference in New Issue