d4233867eb
* VideoDecoderFactory wrapper * wip * fix compilation * add notes * upgrade webrtc version
9 lines
218 B
Plaintext
9 lines
218 B
Plaintext
[target.x86_64-pc-windows-msvc]
|
|
rustflags = ["-C", "target-feature=+crt-static"]
|
|
|
|
[target.x86_64-apple-darwin]
|
|
rustflags = ["-C", "link-args=-ObjC"]
|
|
|
|
[target.aarch64-apple-darwin]
|
|
rustflags = ["-C", "link-args=-ObjC"]
|