mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Fix lzo-test linking: -llzo2 should be in ELIBS, not EXTRALIBS.
Originally committed as revision 18320 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3dd6531208
commit
a8f9e7f641
@ -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…
Reference in New Issue
Block a user