# HG changeset patch # User diego # Date 1363711825 0 # Node ID 1cc764869d008b81570bb8590ce123b70b6aefa5 # Parent 57761c0cbfe29fedf2ad49def6d6ef614f010e9e build: Only build subrip tool if the UnRAR executable is available. diff -r 57761c0cbfe2 -r 1cc764869d00 Makefile --- a/Makefile Tue Mar 19 16:50:18 2013 +0000 +++ b/Makefile Tue Mar 19 16:50:25 2013 +0000 @@ -1034,9 +1034,10 @@ 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))