mirror of https://git.ffmpeg.org/ffmpeg.git
Make examples and test progs depend on libraries
Originally committed as revision 29119 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
parent
33afad5451
commit
99cc563f26
|
@ -24,8 +24,3 @@ TESTPROGS = colorspace
|
|||
DIRS = bfin mlib ppc sparc x86
|
||||
|
||||
include $(SUBDIR)../subdir.mak
|
||||
|
||||
$(SUBDIR)colorspace-test$(EXESUF): $(SUBDIR)colorspace-test.o $(SUBDIR)$(LIBNAME)
|
||||
|
||||
$(SUBDIR)swscale-example$(EXESUF): $(SUBDIR)swscale-example.o $(SUBDIR)$(LIBNAME)
|
||||
$(SUBDIR)swscale-example$(EXESUF): EXTRALIBS += -lm
|
||||
|
|
Loading…
Reference in New Issue