diff options
author | will <will@FreeBSD.org> | 2001-12-19 09:06:57 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-12-19 09:06:57 +0000 |
commit | cb7d993b167956eecc6ed0259142e3c328bf1797 (patch) | |
tree | 2d13f0a8965104393c4653a5c500229cfae45e7f /audio/Makefile | |
parent | fcf60a7ce4e8046d45448e41cfeaf250bbd6df63 (diff) | |
download | FreeBSD-ports-cb7d993b167956eecc6ed0259142e3c328bf1797.zip FreeBSD-ports-cb7d993b167956eecc6ed0259142e3c328bf1797.tar.gz |
Add adpcm 1.2, an Intel/DVI IMA ADPCM codec library.
PR: 31331
Submitted by: Andrew <andrew@ugh.net.au>
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 9e237f9..8acddc2 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -3,6 +3,7 @@ SUBDIR += Maaate SUBDIR += ac3dec + SUBDIR += adpcm SUBDIR += afsp SUBDIR += agbrowser SUBDIR += agsatellite |