Commit 99cc563f authored by Måns Rullgård's avatar Måns Rullgård

Make examples and test progs depend on libraries

Originally committed as revision 29119 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
parent 33afad54
......@@ -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
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