diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-12-07 18:05:12 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-12-07 18:05:12 +0000 |
commit | 2a64cbe5960bcd31c0dc83ef393d7fbcde3d8b3a (patch) | |
tree | f156be516fa9ab5097b0e814ea96ea50cab34533 /audio/gsi/files/patch-aq | |
parent | Don't do isprint(3) filtering, just print it. (diff) |
Add GSI. GSI is an easy to use audio system which can be used over a network
and which gives applications, through a very simple API, sample playing with
stereo, 3D, doppler effects, music playing (MIDI, HMP, MUS), cd playing and
ejecting/changing.
Notes
Notes:
svn path=/head/; revision=35752
Diffstat (limited to 'audio/gsi/files/patch-aq')
-rw-r--r-- | audio/gsi/files/patch-aq | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/gsi/files/patch-aq b/audio/gsi/files/patch-aq new file mode 100644 index 000000000000..a36f7bfd7bc3 --- /dev/null +++ b/audio/gsi/files/patch-aq @@ -0,0 +1,11 @@ +--- ../gsi/test/gsipcm/Makefile Wed Feb 2 19:05:53 2000 ++++ ./test/gsipcm/Makefile Thu Dec 7 18:59:21 2000 +@@ -26,7 +26,7 @@ + #-----------------------------------------------------------------------------# + INCLUDES = -I../../include + +-CFLAGS = -O2 -fomit-frame-pointer -DDEBUG -g -Wall ++CFLAGS += -Wall -DDEBUG + ALL_CFLAGS = $(DEFINES) $(INCLUDES) $(CFLAGS) + + |