From a8f9e7f641f9d3a8aae99f23b571623a88283ae6 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 2 Apr 2009 22:41:58 +0000 Subject: [PATCH] Fix lzo-test linking: -llzo2 should be in ELIBS, not EXTRALIBS. Originally committed as revision 18320 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/Makefile b/libavutil/Makefile index 8428446b02..8427346813 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -47,4 +47,4 @@ DIRS = arm bfin sh4 x86 include $(SUBDIR)../subdir.mak -$(SUBDIR)lzo-test$(EXESUF): EXTRALIBS += -llzo2 +$(SUBDIR)lzo-test$(EXESUF): ELIBS = -llzo2