OptimalBits / navcodec

nodejs extension for libavcodec
151 stars 19 forks source link

Code changes to allow compiling on Ubuntu 14.10 #23

Closed PhilHannent closed 9 years ago

PhilHannent commented 9 years ago

I have fixed up the code to be as backwards compatible as possible with the latest libav API. I have tried to put API version checks around where I could find the version where functionality was added.

manast commented 9 years ago

thanks for the updates.