Re: [Wine] RFC: New dependency on FFmpeg?

Andrew Eikum <[email protected]> Mon, 24 Aug 2015 09:09:13 -0500
Newsgroups gmane.comp.emulators.wine.devel,gmane.comp.emulators.wine.user
Message-ID <[email protected]>
On Sun, Aug 23, 2015 at 03:44:13AM -0700, Chris Robinson wrote:
> On 08/22/2015 04:27 PM, Pau Garcia i Quiles wrote:
> >But I guess the problem is not source-compatibility for
> >wine but binary-compatibility for CrossOver. In that case, I'd suggest
> >dlopen'ing and checking for the symbol you want.
> 
> There's also issues with structure changes which won't be caught
> that way. libwmapro sounds like the sanest solution, short of doing
> the same thing with Wine.

Cool, I didn't know about libwmapro. It does look like exactly what we
need, but I'm concerned about it being so out of date. ffmpeg's wma
files alone have over 400 commits since 2011.

Andrew