Mercurial > audlegacy-plugins
view src/Makefile @ 1593:f2f0ea5b5876
Cleaned up the mutex locking of xs_play_file(). This seems to magically fix
the fileinfo problem too, but I have a bad feeling about this ...
| author | Matti Hamalainen <ccr@tnsp.org> |
|---|---|
| date | Wed, 05 Sep 2007 02:11:41 +0300 |
| parents | 5896bd827cbc |
| children | 1b521a30820b |
line wrap: on
line source
include ../mk/rules.mk include ../mk/init.mk SUBDIRS = $(INPUT_PLUGINS) \ $(OUTPUT_PLUGINS) \ $(EFFECT_PLUGINS) \ $(VISUALIZATION_PLUGINS) \ $(GENERAL_PLUGINS) \ $(CONTAINER_PLUGINS) \ $(TRANSPORT_PLUGINS) include ../mk/objective.mk
