summaryrefslogtreecommitdiffstats
path: root/libswscale/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-10-18 09:35:02 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-10-18 09:35:02 +0000
commitf24a71a0f088f68eed3cdf7a999024341ebb7d8a (patch)
tree174dd2a5e2e56749336e3c0766837dceae2126aa /libswscale/Makefile
parent42adf39c38e71afcdd212fdff2300107e5fa4e30 (diff)
downloadmpv-f24a71a0f088f68eed3cdf7a999024341ebb7d8a.tar.bz2
mpv-f24a71a0f088f68eed3cdf7a999024341ebb7d8a.tar.xz
Rename LIB to LIBNAME for consistency.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24802 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libswscale/Makefile')
-rw-r--r--libswscale/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libswscale/Makefile b/libswscale/Makefile
index 8db2e65031..14a65b92c0 100644
--- a/libswscale/Makefile
+++ b/libswscale/Makefile
@@ -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::