From ddeb0020c448a61eb3cebfe89117c83719e7d838 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 13 Oct 2014 16:24:57 +0200 Subject: [PATCH] Makefile.ffmpeg: create x264 dir for i386 dummy build --- Makefile.ffmpeg | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile.ffmpeg b/Makefile.ffmpeg index 1d2db913..47dcc2f1 100644 --- a/Makefile.ffmpeg +++ b/Makefile.ffmpeg @@ -138,11 +138,10 @@ ifneq (,$(filter i386 i486 i586 i686 pentium,$(ARCH))) $(LIBAVDIR)/$(LIBX264)/.tvh_download: @echo "***** PLEASE FIX !!!! libx264 build for i386 *****" + @mkdir -p $(LIBAVDIR)/$(LIBX264) @touch $@ -$(LIBAVDIR)/$(LIBX264)/.tvh_build: - @echo "***** PLEASE FIX !!!! libx264 build for i386 *****" - @touch $@ +$(LIBAVDIR)/$(LIBX264)/.tvh_build: $(LIBAVDIR)/$(LIBX264)/.tvh_download else