Yet another sick C2 MTK...

This commit is contained in:
Pierre-Hugues Husson 2020-06-11 17:49:00 +02:00 committed by tboy1991
parent caa2aa47e6
commit e1b7744aa7

View File

@ -694,7 +694,7 @@ if getprop ro.build.overlay.deviceid |grep -qE '^RMX';then
fi fi
fi fi
if [ "$vndk" -le 28 ] && getprop ro.hardware |grep -q -e mt6761 -e mt6763 -e mt6765 -e mt6785 -e mt8768;then if [ "$vndk" -le 28 ] && getprop ro.hardware |grep -q -e mt6761 -e mt6763 -e mt6765 -e mt6785 -e mt8768 -e mt6779;then
setprop debug.stagefright.ccodec 0 setprop debug.stagefright.ccodec 0
fi fi