rust-av / dav1d-rs

libdav1d rust bindings
MIT License
40 stars 20 forks source link

Q: Possibility of static linking with prebuilt dav1d #87

Closed FlareFlo closed 2 months ago

FlareFlo commented 1 year ago

I'm not particularly familiar with the build process of dav1d, and would be interested if static linking is possible without building dav1d from source (requiring meson etc.)

lu-zero commented 10 months ago

We use system-deps so setting the right env var should work.

lu-zero commented 2 months ago

I'd close it if you hadn't problem using the env vars to link it statically.