From 97b593cfecfb78873e1a4aafd4927f2cbade1c96 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 13 Oct 2014 15:51:09 +0200 Subject: [PATCH] Makefile.ffmpeg: another attempt to fix i386 build --- Makefile.ffmpeg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.ffmpeg b/Makefile.ffmpeg index e9fae84e..1d2db913 100644 --- a/Makefile.ffmpeg +++ b/Makefile.ffmpeg @@ -132,9 +132,9 @@ $(LIBAVDIR)/$(LIBVORBIS)/.tvh_build: \ # libx264 # -ARCH = $(shell arch) +ARCH = $(shell $(CC) -dumpmachine | cut -d '-' -f 1) -ifeq ($(ARCH),i386) +ifneq (,$(filter i386 i486 i586 i686 pentium,$(ARCH))) $(LIBAVDIR)/$(LIBX264)/.tvh_download: @echo "***** PLEASE FIX !!!! libx264 build for i386 *****"