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

Stefano Sabatini stefano.sabatini-lala at poste.it
Sat Jun 25 12:10:45 CEST 2011


On date Thursday 2011-06-23 19:58:53 -0400, Jonathan Baldwin encoded:
[...]
> +enabled openal     && { { for al_libs in "${OPENAL_LIBS}" "-lopenal" "-lOpenAL32.dll"; do
> +                        check_lib 'AL/al.h' alGetError "${al_libs}" && break; done } ||
> +                        die "ERROR: openal not found"; } &&

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).

[...]

Tested on Linux and seems to work fine.

I updated the patch with a few cosmetical fixes and docs additions.
-- 
FFmpeg = Foolish Fiendish Mastodontic Practical Extroverse Gospel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-lavdev-add-openal-input-device.patch
Type: text/x-diff
Size: 17016 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20110625/300a7802/attachment.bin>


More information about the ffmpeg-devel mailing list