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

Kirill Gavrilov gavr.mail at gmail.com
Sun Jun 5 08:42:21 CEST 2011


Hi,

Right now, there are three major OpenAL implementations
>
Their is also ASUS (or C-Media - not sure) proprietary implementation ;).

--- a/configure
> +++ b/configure
> @@ -1470,6 +1470,8 @@ dv1394_indev_deps="dv1394 dv_demuxer"
>  fbdev_indev_deps="linux_fb_h"
>  jack_indev_deps="jack_jack_h sem_timedwait"
>  libdc1394_indev_deps="libdc1394"
> +openal_indev_deps="AL_al_h AL_alc_h"
> +openal_indev_extralibs="-lopenal"
>  oss_indev_deps_any="soundcard_h sys_soundcard_h"
>  oss_outdev_deps_any="soundcard_h sys_soundcard_h"
>  sdl_outdev_deps="sdl"
>
On Windows openal library mostly named as "OpenAL32.lib" (nevertheless
bitness).
-----------------------------------------------
Kirill Gavrilov,
Software designer.
<kirill at sview.ru>


More information about the ffmpeg-devel mailing list