diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
commit | fa4a943c17e47bf910596a414fd7287983350b9b (patch) | |
tree | dc76cec18a505befc330e612e0a56bf1caa5ca49 /games/stormbaancoureur/files/patch-src-common-soundenginealsa.h | |
parent | - Fix manpage pointing to correct PREFIX for binary and conf (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_0_0'.release/7.0.0
Diffstat (limited to 'games/stormbaancoureur/files/patch-src-common-soundenginealsa.h')
-rw-r--r-- | games/stormbaancoureur/files/patch-src-common-soundenginealsa.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/games/stormbaancoureur/files/patch-src-common-soundenginealsa.h b/games/stormbaancoureur/files/patch-src-common-soundenginealsa.h deleted file mode 100644 index d1c186cdff00..000000000000 --- a/games/stormbaancoureur/files/patch-src-common-soundenginealsa.h +++ /dev/null @@ -1,20 +0,0 @@ ---- src-common/soundenginealsa.h.orig Thu May 17 20:02:03 2007 -+++ src-common/soundenginealsa.h Thu Aug 9 02:17:07 2007 -@@ -2,8 +2,6 @@ - #ifndef SOUNDENGINE_ALSA_H - #define SOUNDENGINE_ALSA_H - --#include <alsa/asoundlib.h> -- - class SoundClip; - class SoundFeed; - class SoundFeedSimple; -@@ -29,8 +27,6 @@ - SoundFeedModulated *modulatedfeed; - SoundFeedEngine *enginefeed; - SoundFeed *activefeed; -- snd_pcm_t *handle; -- snd_pcm_uframes_t periodsz; // in frames - int batchsize; // in periods - int framelag; // in frames - float lpfilter; |