Mercurial > audlegacy-plugins
view src/Makefile @ 2987:58c63fbbd3ce
Do not use non-blocking playback, it is entirely unnecessary and is the source of many problems we have with ALSA on weird cards.
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Fri, 05 Dec 2008 07:10:58 -0600 |
| parents | d9d4b258fbf1 |
| children |
line wrap: on
line source
include ../extra.mk SUBDIRS = ${INPUT_PLUGINS} \ ${OUTPUT_PLUGINS} \ ${EFFECT_PLUGINS} \ ${VISUALIZATION_PLUGINS} \ ${GENERAL_PLUGINS} \ ${CONTAINER_PLUGINS} \ ${TRANSPORT_PLUGINS} include ../buildsys.mk
