diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-13 12:39:11 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-13 12:39:11 +0000 |
commit | 202b9a5b244f70654d12daf1e1e2efed4603473c (patch) | |
tree | 7d93823208767eb16ba626396ae911f2406aa64a /audio/Makefile | |
parent | 30f6e5094417902a71aa0dc88073644327379bfa (diff) | |
download | ports-202b9a5b244f70654d12daf1e1e2efed4603473c.tar.gz ports-202b9a5b244f70654d12daf1e1e2efed4603473c.zip |
OpenSPC is an SPC command line player created using a very modified SNEeSe SPC
CPU core. It was written in C (although the SPC core is in Assembly) using
DJGPP.
PR: ports/83222
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Notes
Notes:
svn path=/head/; revision=139069
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 1fac49d7041d..82b26026bd61 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -330,6 +330,7 @@ SUBDIR += oggsplit SUBDIR += openal SUBDIR += opennap + SUBDIR += openspc SUBDIR += opmixer SUBDIR += orpheus SUBDIR += osalp |