diff options
-rw-r--r-- | tools/darwin/depends/librtmp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/darwin/depends/librtmp/Makefile b/tools/darwin/depends/librtmp/Makefile index 200e838a6a..5b93d7c578 100644 --- a/tools/darwin/depends/librtmp/Makefile +++ b/tools/darwin/depends/librtmp/Makefile @@ -14,8 +14,9 @@ LIBDYLIB=$(SOURCE)/.libs/$(LIBNAME).dylib all: $(LIBDYLIB) .installed $(TARBALLS_LOCATION)/$(ARCHIVE): - git clone git://git.ffmpeg.org/rtmpdump $(SOURCE) - cd $(SOURCE); git archive --format=tar --prefix=$(SOURCE)/ $(VERSION) | gzip -9 > $(TARBALLS_LOCATION)/$(ARCHIVE) + $(RETRIEVE_TOOL) $(RETRIEVE_TOOL_FLAGS) $(BASE_URL)/$(ARCHIVE) + #git clone git://git.ffmpeg.org/rtmpdump $(SOURCE) + #cd $(SOURCE); git archive --format=tar --prefix=$(SOURCE)/ $(VERSION) | gzip -9 > $(TARBALLS_LOCATION)/$(ARCHIVE) $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE) rm -rf $(SOURCE) |