Home
last modified time | relevance | path

Searched refs:MODE (Results 1 – 1 of 1) sorted by relevance

/xiu/confs/
H A Dupdate_project_conf.sh7 MODE=$1
11 cp ./$MODE/h264.Cargo.toml "../library/codec/h264/Cargo.toml"
13 cp ./$MODE/flv.Cargo.toml "../library/container/flv/Cargo.toml"
15 cp ./$MODE/hls.Cargo.toml "../protocol/hls/Cargo.toml"
17 cp ./$MODE/rtmp.Cargo.toml "../protocol/rtmp/Cargo.toml"
18 cp ./$MODE/rtsp.Cargo.toml "../protocol/rtsp/Cargo.toml"
19 cp ./$MODE/webrtc.Cargo.toml "../protocol/webrtc/Cargo.toml"
21 cp ./$MODE/xiu.Cargo.toml "../application/xiu/Cargo.toml"
25 if [ "$MODE" = "online" ]; then
28 elif [ "$MODE" = "local" ]; then
[all …]