]> git.sesse.net Git - vlc/commit
Start splitting the ALSA and OSS code. The --v4l2-adev device will be tried first...
authorAntoine Cellerier <dionoea@videolan.org>
Wed, 2 Jan 2008 23:32:56 +0000 (23:32 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Wed, 2 Jan 2008 23:32:56 +0000 (23:32 +0000)
commit0f7683443fd8c690a59804e9adc3185a6dcc922b
tree6fa547dd6b4eb8eee16253d31b416a658f62c641
parent250c38916b1c085a7b271da0f383862610ec2b7b
Start splitting the ALSA and OSS code. The --v4l2-adev device will be tried first as an ALSA device, and then as OSS upon failure. If no audio device is specified, "default" is used for ALSA, "/dev/dsp" for OSS. You can disable/activate usage of ALSA and OSS using the --v4l2-audio-method option (see vlc -p v4l2 --advanced --help-verbose).
Next step will be to split the module in different source files, the current code is quite a mess.
Also fix compilation of the module if HAVE_ALSA isn't defined.
modules/access/v4l2.c