Fix lzo-test linking: -llzo2 should be in ELIBS, not EXTRALIBS.

Originally committed as revision 18320 to svn://svn.ffmpeg.org/ffmpeg/trunk
release/0.6
Diego Biurrun 16 years ago
parent 3dd6531208
commit a8f9e7f641
  1. 2
      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

Loading…
Cancel
Save