dash-mpd-cli 0.2.3

Download content from a DASH-MPEG or DASH-WebM MPD manifest
1
2
3
4
5
6
7
8
# Build release binaries for GitHub. Use the cross tool which uses Docker/Podman images
#
#    cargo install -f cross
release:
	cross build --release --target x86_64-pc-windows-gnu
	cross build --release --target aarch64-apple-darwin
	cross build --release --target x86_64-apple-darwin
	cargo build --release --target x86_64-unknown-linux-musl