dominikschnitzer / musly

Musly - Music Similarity Library
http://www.musly.org
Mozilla Public License 2.0
138 stars 26 forks source link

Refine libavcodec version check to support ffmpeg 3.0 #38

Closed f0k closed 7 years ago

f0k commented 7 years ago

Changes the conditional compilation of the libav decoder to support the libavcodec version shipped with ffmpeg 3.0. Fixes #33. Tested to compile fine with ffmpeg 3.0.6 (which did not work before), and to still compile with older and more recent versions. Thanks @grray for the report!