diff options
Diffstat (limited to 'tools/depends/target/ffmpeg/Makefile')
-rw-r--r-- | tools/depends/target/ffmpeg/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/depends/target/ffmpeg/Makefile b/tools/depends/target/ffmpeg/Makefile index 0ba8634c8e..a5dc316744 100644 --- a/tools/depends/target/ffmpeg/Makefile +++ b/tools/depends/target/ffmpeg/Makefile @@ -1,6 +1,6 @@ include ../../Makefile.include -include FFMPEG-VERSION -DEPS= ../../Makefile.include FFMPEG-VERSION Makefile +include FFMPEG-VERSION ../../download-files.include +DEPS = ../../Makefile.include FFMPEG-VERSION Makefile ../../download-files.include export PKG_CONFIG_LIBDIR=$(PREFIX)/lib/pkgconfig @@ -83,7 +83,7 @@ all: .installed-$(PLATFORM) $(TARBALLS_LOCATION)/$(ARCHIVE): cd $(TARBALLS_LOCATION); $(RETRIEVE_TOOL) -Ls --create-dirs -f -o $(TARBALLS_LOCATION)/$(ARCHIVE) $(BASE_URL)/archive/$(VERSION).tar.gz -$(PLATFORM): $(TARBALLS_LOCATION)/$(ARCHIVE) $(DEPS) +$(PLATFORM): $(TARBALLS_LOCATION)/$(ARCHIVE).$(HASH_TYPE) $(DEPS) rm -rf $(PLATFORM); mkdir -p $(PLATFORM) cd $(PLATFORM); $(ARCHIVE_TOOL) $(ARCHIVE_TOOL_FLAGS) $(TARBALLS_LOCATION)/$(ARCHIVE) cd $(PLATFORM); ./configure $(ffmpg_config) |