Makefile.ffmpeg: another attempt to fix i386 build
This commit is contained in:
parent
aa5b773711
commit
97b593cfec
1 changed files with 2 additions and 2 deletions
|
@ -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 *****"
|
||||
|
|
Loading…
Add table
Reference in a new issue