Commit a8f9e7f6 authored by Diego Biurrun's avatar Diego Biurrun

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

Originally committed as revision 18320 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 3dd65312
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment