https://gitlab.com/xonotic/darkplaces/-/merge_requests/89
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12680
d7cf8633-e32d-0410-b094-
e92efae38249
extern cvar_t snd_softclip;
static portable_sampleframe_t paintbuffer[PAINTBUFFER_SIZE];
-static portable_sampleframe_t paintbuffer_unswapped[PAINTBUFFER_SIZE];
extern speakerlayout_t snd_speakerlayout; // for querying the listeners
#ifdef CONFIG_VIDEO_CAPTURE
+static portable_sampleframe_t paintbuffer_unswapped[PAINTBUFFER_SIZE];
+
static void S_CaptureAVISound(const portable_sampleframe_t *sampleframes, size_t length)
{
size_t i;