summaryrefslogtreecommitdiff
path: root/audio/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-01-13 21:41:41 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-01-13 21:41:41 +0000
commit9cf490f25e3e3b45bbbc0251f89aac97c517d5bb (patch)
treebd2f8a922606acac55038fc557955b3065388384 /audio/Makefile
parentThe OpenJPEG library is an open-source JPEG 2000 codec written in (diff)
LASH is a session management system for JACK audio applications.
It is an implementation of a proposal that originated from this discussion. Its aim is to allow you to have many different audio programs running at once, to save their setup, close them down and then easily reload the setup at some other time. LASH doesn't deal with any kind of audio data itself; it just runs programs, deals with saving/loading (arbitrary) data and connects different kinds of virtual audio ports together (currently JACK and ALSA sequencer ports). It can also be used to move entire sessions between computers, or post sessions on the Internet for download. WWW: http://www.nongnu.org/lash/ PR: ports/107875 Submitted by: trasz <trasz at pin.if.uz.zgora.pl>
Notes
Notes: svn path=/head/; revision=182325
Diffstat (limited to 'audio/Makefile')
-rw-r--r--audio/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile
index a860c33d0adb..16765645df8d 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -301,6 +301,7 @@
SUBDIR += ksmp3play
SUBDIR += ladspa
SUBDIR += lame
+ SUBDIR += lash
SUBDIR += laudio
SUBDIR += liba52
SUBDIR += liba52-devel