]> git.alsa-project.org Git - alsa-plugins.git/commit
Allow opt-out from jack, pulseaudio and avcodec dependencies.
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>
Thu, 13 Nov 2008 12:10:31 +0000 (13:10 +0100)
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>
Thu, 13 Nov 2008 12:27:56 +0000 (13:27 +0100)
commit8e4cd0e52ceda7acbf52616beadf7a355208400e
tree18b621b9f113e56b1638b7bf39ee216b7135edb9
parent0f30b30384caa59b5d6a34ec4cf493230c3fa096
Allow opt-out from jack, pulseaudio and avcodec dependencies.

Without this patch the jack, pulseaudio and avcodec discovery was
"automagic", without a way for the user to disable the relative
plugins if the dependencies are installed but the plugin is unwanted.

This patch does not change the default behaviour but allows to opt-out
from the plugins by passing the relative --without option at
./configure time.

Signed-off-by: Diego 'Flameeyes' Pettenò <flameeyes@gmail.com>
configure.in