1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-16 03:45:23 +00:00

Make examples and test progs depend on libraries

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29119 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
mru 2009-04-01 00:54:23 +00:00
parent a0dab6c1c0
commit 32739e5d34

View File

@ -24,8 +24,3 @@ TESTPROGS = colorspace
DIRS = bfin mlib ppc sparc x86 DIRS = bfin mlib ppc sparc x86
include $(SUBDIR)../subdir.mak 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