fix Makefile, update linphone submodule
- add missing PayloadType object accessors - SDP fix
This commit is contained in:
parent
35fcb40f75
commit
0f2b1c2b25
2 changed files with 3 additions and 3 deletions
4
Makefile
4
Makefile
|
@ -100,8 +100,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 88d02758b9c7187563d07e4d72e6a1781e366006
|
Subproject commit 866bc5c4c0c786f92f078aec36a5f1f9e2115e3c
|
Loading…
Reference in a new issue