LingYun Studio embeded system framwork software, such as thirdparty build shell and lingyun library
guowenxue
2024-09-25 e8d34d11799fc79c7c53bdcd40f9b4ee7be7a2c5
openlibs/gstreamer/build.sh
@@ -232,6 +232,19 @@
    cd -
}
function do_clean()
{
    rm -rf gst*
}
if [[ $# == 1 && $1 == -c ]] ;then
    echo "start clean ${LIB_NAME}"
    do_clean
    exit;
fi
exit
if [ ! -f ${PREFIX_PATH}/lib/libglib-2.0.so ] ; then 
    cd ../glib