[FFmpeg-devel] [PATCH] OpenAL 1.1 Capture Support

Jonathan Baldwin jbaldwin9182 at gmail.com
Mon Jun 27 04:44:47 CEST 2011


>
> Maybe this could be simplified, but I think it's safe to commit and
> see if someone has better ideas.
>

The simpler the better ;-)

>
> Note: maybe we could add proper support to "booleans" in avopt.
>

That's probably a good idea, it could save a lot of boilerplate (such
as the true/false option constants in this code) if there are enough
things that require booleans. It could also make it easier on the
user, depending on the interface.

>
> Looks fine to me, I'll test and commit in a few days if I see no
> comments from other devs (and if it works for me).
>

Awesome. I look forward to contributing more.

>
> Tried to configure this natively on Mingw/Windows7, I had to replace
> "-lOpenAL32.dll" with "-lOpenAL32", as the OpenAL SDK from creative has
> not a .dll (it provides an OpenAL32.lib instead).
>

I wasn't sure if MinGW could use the Creative import library, I
thought that perhaps it was in a different archive format or
something, because I couldn't unar it (I know that *nix and MinGW
native import libraries are ar archives of object files.) I guess I
could've tried linking against it anyways...

>
> I updated the patch with a few cosmetical fixes and docs additions.
>

The updated patch works for me ;-)


More information about the ffmpeg-devel mailing list