Browse Source

Add tests target for libswscale test programs.

Originally committed as revision 27888 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
tags/v0.5
Diego Biurrun 16 years ago
parent
commit
efa430faed
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libswscale/Makefile

+ 2
- 0
libswscale/Makefile View File

@@ -15,6 +15,8 @@ OBJS-$(ARCH_BFIN) += internal_bfin.o

HEADERS = swscale.h

TESTS = cs_test swscale-example

CLEANFILES = cs_test swscale-example

include $(SUBDIR)../subdir.mak


Loading…
Cancel
Save