forked from mirrors/linphone-iphone
Fix x264 build.
This commit is contained in:
parent
ca83f0b3c2
commit
4aa170c387
1 changed files with 8 additions and 5 deletions
|
|
@ -43,12 +43,12 @@ ifneq (,$(findstring armv7,$(host)))
|
|||
endif
|
||||
|
||||
x264_dir?=externals/x264
|
||||
$(BUILDER_SRC_DIR)/$(x264_dir)/patched :
|
||||
cd $(BUILDER_SRC_DIR)/$(x264_dir) \
|
||||
&& git apply $(BUILDER_SRC_DIR)/build/builders.d/x264.patch \
|
||||
&& touch $(BUILDER_SRC_DIR)/$(x264_dir)/patched
|
||||
#$(BUILDER_SRC_DIR)/$(x264_dir)/patched :
|
||||
# cd $(BUILDER_SRC_DIR)/$(x264_dir) \
|
||||
# && git apply $(BUILDER_SRC_DIR)/build/builders.d/x264.patch \
|
||||
# && touch $(BUILDER_SRC_DIR)/$(x264_dir)/patched
|
||||
|
||||
$(BUILDER_BUILD_DIR)/$(x264_dir)/configure: $(BUILDER_SRC_DIR)/$(x264_dir)/patched
|
||||
$(BUILDER_BUILD_DIR)/$(x264_dir)/configure:
|
||||
mkdir -p $(BUILDER_BUILD_DIR)/$(x264_dir)
|
||||
cd $(BUILDER_BUILD_DIR)/$(x264_dir)/ \
|
||||
&& rsync -av --exclude ".git" $(BUILDER_SRC_DIR)/$(x264_dir)/* .
|
||||
|
|
@ -66,6 +66,9 @@ clean-x264:
|
|||
|
||||
veryclean-x264:
|
||||
-cd $(BUILDER_BUILD_DIR)/$(x264_dir) && make distclean
|
||||
cd $(BUILDER_BUILD_DIR)/$(x264_dir)/ \
|
||||
&& git checkout common/arm/asm.S \
|
||||
&& rm -f patched
|
||||
rm -rf $(BUILDER_BUILD_DIR)/$(x264_dir)
|
||||
|
||||
clean-makefile-x264:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue