mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-01 09:56:23 +00:00
Fix openh264 compilation that performs link at install
This commit is contained in:
parent
e7473b2445
commit
e23541baf4
1 changed files with 5 additions and 3 deletions
|
|
@ -44,10 +44,12 @@ update-openh264: patch-openh264
|
||||||
&& cd $(BUILDER_BUILD_DIR)/$(openh264_dir)/ \
|
&& cd $(BUILDER_BUILD_DIR)/$(openh264_dir)/ \
|
||||||
&& rsync -rvLpgoc --exclude ".git" $(BUILDER_SRC_DIR)/$(openh264_dir)/* .
|
&& rsync -rvLpgoc --exclude ".git" $(BUILDER_SRC_DIR)/$(openh264_dir)/* .
|
||||||
|
|
||||||
build-openh264: update-openh264
|
make-target-%:
|
||||||
cd $(BUILDER_BUILD_DIR)/$(openh264_dir) \
|
cd $(BUILDER_BUILD_DIR)/$(openh264_dir) \
|
||||||
&& make CC="xcrun clang" CXX="xcrun clang++" AR="xcrun ar" RANLIB="xcrun ranlib" libraries OS=ios ARCH=$(ARCH) PREFIX=$(prefix)\
|
&& echo ===== OpenH264: make $* ===== \
|
||||||
&& make install OS=ios ARCH=$(ARCH) PREFIX=$(prefix)
|
&& make CC="xcrun clang" CXX="xcrun clang++" AR="xcrun ar" LD="xcrun clang" RANLIB="xcrun ranlib" OS=ios ARCH=$(ARCH) PREFIX=$(prefix) $*
|
||||||
|
|
||||||
|
build-openh264: update-openh264 make-target-libraries make-target-install
|
||||||
|
|
||||||
clean-openh264:
|
clean-openh264:
|
||||||
cd $(BUILDER_BUILD_DIR)/$(openh264_dir) \
|
cd $(BUILDER_BUILD_DIR)/$(openh264_dir) \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue