Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Makefile.ffmpeg: create x264 dir for i386 dummy build
  • Loading branch information
perexg committed Oct 13, 2014
1 parent 97b593c commit ddeb002
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile.ffmpeg
Expand Up @@ -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

Expand Down

0 comments on commit ddeb002

Please sign in to comment.