From 04da4747722569ced2be705f909acb535bdb8be0 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 13 Oct 2014 16:26:02 +0200 Subject: [PATCH] Makefile.ffmpeg: add missing touch for i386 dummy build --- Makefile.ffmpeg | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.ffmpeg b/Makefile.ffmpeg index 47dcc2f1..00f75828 100644 --- a/Makefile.ffmpeg +++ b/Makefile.ffmpeg @@ -142,6 +142,7 @@ $(LIBAVDIR)/$(LIBX264)/.tvh_download: @touch $@ $(LIBAVDIR)/$(LIBX264)/.tvh_build: $(LIBAVDIR)/$(LIBX264)/.tvh_download + @touch $@ else