diff options
author | jmmv <jmmv@pkgsrc.org> | 2002-12-14 18:24:04 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2002-12-14 18:24:04 +0000 |
commit | ab1bd083ec277646d343da2ba4ddfdb72c14d8d5 (patch) | |
tree | a9854081fd5f00e96a702d96419fa75f66fecd3f /audio | |
parent | ad0b11e39f9ed6868942d0f699674923aa1d948c (diff) | |
download | pkgsrc-ab1bd083ec277646d343da2ba4ddfdb72c14d8d5.tar.gz |
Add and enable libsamplerate.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/Makefile b/audio/Makefile index 5848126510b..87db4d41b63 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.158 2002/10/13 16:08:03 wiz Exp $ +# $NetBSD: Makefile,v 1.159 2002/12/14 18:24:04 jmmv Exp $ # COMMENT= Audio tools @@ -87,6 +87,7 @@ SUBDIR+= libaudiofile SUBDIR+= libcdaudio SUBDIR+= libmikmod SUBDIR+= libogg +SUBDIR+= libsamplerate SUBDIR+= libsidplay SUBDIR+= libsndfile SUBDIR+= libvorbis |