meh / rust-ffmpeg-sys

moved to meh/rust-ffmpeg
145 stars 87 forks source link

Added missing -l link flags for FFmpeg libs #52

Closed attackgoat closed 7 years ago

attackgoat commented 7 years ago

I had to add some code to get a successful v3.3 build; but I'm not sure if this is the best method. Metadeps seemed to be a safer approach but I found a workable solution without pulling a new library in; which I suspect would rather go along with removing much of the manual code from build.rs - a larger task.

meh commented 7 years ago

I'm fine with this for now.