From: Jaroslav Kysela Date: Mon, 13 Oct 2014 14:24:57 +0000 (+0200) Subject: Makefile.ffmpeg: create x264 dir for i386 dummy build X-Git-Tag: v4.1~1050 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddeb0020c448a61eb3cebfe89117c83719e7d838;p=thirdparty%2Ftvheadend.git Makefile.ffmpeg: create x264 dir for i386 dummy build --- diff --git a/Makefile.ffmpeg b/Makefile.ffmpeg index 1d2db9133..47dcc2f15 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