On 1/15/13 4:55 AM, Alexis Ballier wrote: > On Mon, 14 Jan 2013 20:34:42 -0800 > ""Paweł Hajdan, Jr."" wrote: >> I'm trying to make Chromium be more compatible with more versions of >> ffmpeg: >> >> (although not stated there, that includes libav). > > I've done quite a lot of work for various packages among the past years > on that side, so if you have specific questions, feel free to ask. Oh, one more thing: is there an easy way to check whether e.g. CODEC_ID_OPUS is defined? I just realized it's not a pre-processor symbol but an enum value so #ifdef wouldn't work. I could always check the version #defines, but it requires checking version control to see when it was introduced. It would be great to just have a way to more simply exclude code that requires CODEC_ID_OPUS. Paweł