Update linphone submodule.
This commit is contained in:
parent
95c2cab9a5
commit
23b7fc05a9
2 changed files with 3 additions and 3 deletions
4
Makefile
4
Makefile
|
@ -84,8 +84,8 @@ prepare-srtp: $(TOPDIR)/submodules/externals/srtp/config.h
|
||||||
|
|
||||||
prepare-mediastreamer2:
|
prepare-mediastreamer2:
|
||||||
@cd $(TOPDIR)/submodules/linphone/mediastreamer2/src/ && \
|
@cd $(TOPDIR)/submodules/linphone/mediastreamer2/src/ && \
|
||||||
eval `cat Makefile.am | grep xxd | grep yuv2rgb.vs | sed 's/$$$$builddir/./'` && \
|
eval `cat Makefile.am | grep xxd | grep yuv2rgb.vs | sed 's/\$$(abs_builddir)/./'` && \
|
||||||
eval `cat Makefile.am | grep xxd | grep yuv2rgb.fs | sed 's/$$$$builddir/./'` && \
|
eval `cat Makefile.am | grep xxd | grep yuv2rgb.fs | sed 's/\$$(abs_builddir)/./'` && \
|
||||||
if ! [ -e yuv2rgb.vs.h ]; then echo "yuv2rgb.vs.h creation error (do you have 'xxd' application installed ?)"; exit 1; fi && \
|
if ! [ -e yuv2rgb.vs.h ]; then echo "yuv2rgb.vs.h creation error (do you have 'xxd' application installed ?)"; exit 1; fi && \
|
||||||
if ! [ -e yuv2rgb.fs.h ]; then echo "yuv2rgb.fs.h creation error (do you have 'xxd' application installed ?)"; exit 1; fi
|
if ! [ -e yuv2rgb.fs.h ]; then echo "yuv2rgb.fs.h creation error (do you have 'xxd' application installed ?)"; exit 1; fi
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 3bff0cef821cf8f8c42fc78aa30917469d7bf0b2
|
Subproject commit 5dbfc1d3e1426b6f805f890c850df73ed97381ad
|
Loading…
Reference in a new issue