Makefile.ffmpeg: create x264 dir for i386 dummy build
This commit is contained in:
parent
97b593cfec
commit
ddeb0020c4
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue