Update linphone and 'prepare_sources.sh' script
This commit is contained in:
parent
6f70cb3682
commit
a41afc0c60
2 changed files with 3 additions and 3 deletions
|
@ -34,8 +34,8 @@ cd $topdir/submodules/mssilk && ./autogen.sh && ./configure --host=arm-linux MED
|
||||||
|
|
||||||
cd $topdir/submodules/linphone/mediastreamer2/src/
|
cd $topdir/submodules/linphone/mediastreamer2/src/
|
||||||
# extract rules to build shader files
|
# extract rules to build shader files
|
||||||
vs_rule=`cat Makefile.am | grep xxd | grep yuv2rgb.vs`
|
vs_rule=`cat Makefile.am | grep xxd | grep yuv2rgb.vs | sed 's/$$builddir/./'`
|
||||||
fs_rule=`cat Makefile.am | grep xxd | grep yuv2rgb.fs`
|
fs_rule=`cat Makefile.am | grep xxd | grep yuv2rgb.fs | sed 's/$$builddir/./'`
|
||||||
eval $vs_rule
|
eval $vs_rule
|
||||||
# verify vs file creation
|
# verify vs file creation
|
||||||
if ! [ -e yuv2rgb.vs.h ]
|
if ! [ -e yuv2rgb.vs.h ]
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 0a21e2c322aad67fe75a6f42d6c7dd535946dfff
|
Subproject commit 6e0a681c9ebabf88ef55c49b3db79cdf68dd7f76
|
Loading…
Reference in a new issue