pcwalton / rust-media

A free, comprehensive, and portable video/audio streaming library for Rust
Apache License 2.0
787 stars 57 forks source link

Modern ffmpeg gives linker error #31

Open est31 opened 7 years ago

est31 commented 7 years ago

The linker complains with non found symbols avcodec_alloc_frame, avcodec_free_frame and avcodec_default_get_buffer when compiling with a modern libavcodec (I tried with 7:3.0.2).

When adding compat, care should be taken to not destroy backwards compat.