[MPlayer-cvslog] r36016 - trunk/Makefile

diego subversion at mplayerhq.hu
Tue Mar 19 17:50:25 CET 2013


Author: diego
Date: Tue Mar 19 17:50:25 2013
New Revision: 36016

Log:
build: Only build subrip tool if the UnRAR executable is available.

Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	Tue Mar 19 17:50:18 2013	(r36015)
+++ trunk/Makefile	Tue Mar 19 17:50:25 2013	(r36016)
@@ -1034,9 +1034,10 @@ testsclean:
 TOOLS-$(ARCH_X86)               += fastmemcpybench
 TOOLS-$(HAVE_WINDOWS_H) += vfw2menc
 TOOLS-$(SDL_IMAGE)      += bmovl-test
+TOOLS-$(UNRAR_EXEC)             += subrip
 TOOLS-$(WIN32_EMULATION)        += modify_reg
 
-TOOLS := $(addprefix TOOLS/,alaw-gen asfinfo avi-fix avisubdump compare dump_mp4 movinfo netstream subrip vivodump $(TOOLS-yes))
+TOOLS := $(addprefix TOOLS/,alaw-gen asfinfo avi-fix avisubdump compare dump_mp4 movinfo netstream vivodump $(TOOLS-yes))
 
 TOOLS_DEP_FILES = $(addsuffix .d,$(TOOLS))
 


More information about the MPlayer-cvslog mailing list