Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Makefile.ffmpeg: another attempt to fix i386 build
  • Loading branch information
perexg committed Oct 13, 2014
1 parent aa5b773 commit 97b593c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.ffmpeg
Expand Up @@ -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 *****"
Expand Down

0 comments on commit 97b593c

Please sign in to comment.