Fix lzo-test linking: -llzo2 should be in ELIBS, not EXTRALIBS.
authorDiego Biurrun <diego@biurrun.de>
Thu, 2 Apr 2009 22:41:58 +0000 (22:41 +0000)
committerDiego Biurrun <diego@biurrun.de>
Thu, 2 Apr 2009 22:41:58 +0000 (22:41 +0000)
Originally committed as revision 18320 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavutil/Makefile

index 8428446..8427346 100644 (file)
@@ -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