diff options
author | Måns Rullgård <mans@mansr.com> | 2009-04-01 00:54:23 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2009-04-01 00:54:23 +0000 |
commit | 99cc563f26d89c5cca1d0cfd4b8a72e8e2a98fc8 (patch) | |
tree | 1b3759873e123171633e037f753c8c4cff767b09 | |
parent | 33afad545100315e86ca22a27067373379df3aa4 (diff) | |
download | ffmpeg-99cc563f26d89c5cca1d0cfd4b8a72e8e2a98fc8.tar.gz |
Make examples and test progs depend on libraries
Originally committed as revision 29119 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-rw-r--r-- | libswscale/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libswscale/Makefile b/libswscale/Makefile index bf75b64959..ce0f7cebc1 100644 --- a/libswscale/Makefile +++ b/libswscale/Makefile @@ -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 |