]> git.sesse.net Git - vlc/commit
OSS: define HAVE_OSS, and disable on Linux by default
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 1 May 2011 13:58:40 +0000 (16:58 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 1 May 2011 14:04:14 +0000 (17:04 +0300)
commit87ea4084d6056e39d96dbca24c233c11825031cd
tree6dd370d5d58b92649432869eeef5f3349c50307f
parent7e95f9a76fa3081088fff70e9c8ae2013c8d24ba
OSS: define HAVE_OSS, and disable on Linux by default

In many cases, OSS was used when the builder forgot to install the
alsa-lib development headers. This should not be an issue anymore, as
ALSA is now required on Linux by default.

I believe the fallback to OSS from ALSA and PulseAudio is causing more
confusion than it solves problem. Besides, the OSS emulation by ALSA
cannot mix, so OSS is almost completely useless on Linux, unless OSSv4
was specifically installed.

Moreover, Linux distributions have started dropping OSS completely.
NEWS
configure.ac
modules/access/Modules.am
modules/audio_output/Modules.am