LingYun Studio embeded system framwork software, such as thirdparty build shell and lingyun library
guowenxue
2024-08-23 cafc37823fac451035e065fa469338fab3a5641a
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