[SCM] libav/experimental: Rename LIB to LIBNAME for consistency.
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:08:22 UTC 2013
The following commit has been merged in the experimental branch:
commit 2f3cbef06e4fe177e7bf5b4e66c1996ade4c1c33
Author: Diego Biurrun <diego at biurrun.de>
Date: Thu Oct 18 09:35:02 2007 +0000
Rename LIB to LIBNAME for consistency.
Originally committed as revision 24802 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
diff --git a/libswscale/Makefile b/libswscale/Makefile
index 8db2e65..14a65b9 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::
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list