Makefile.ffmpeg: another attempt to fix i386 build

This commit is contained in:
Jaroslav Kysela 2014-10-13 15:51:09 +02:00
parent aa5b773711
commit 97b593cfec

View file

@ -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 *****"