808ee00197
- Unbreak the build against various options with NLS disabled [*]
- Allow to build with PulseAudio support (keep off by default)
- Sprinkle some FOO_IMPLIES to ensure we don't have unregistered
dependencies
- Drop MAKE_JOBS_UNSAFE added in r300554 (now commit df187e25d7)
eleven years ago for version 0.12.3beta without much rationale
except rather vague "fails to build on my Q9550"; if the problem
is still here, let's get new build log and reset it accordingly,
but so far I could not trigger it
Reported by: William Bulley [*]
12 lines
300 B
C++
12 lines
300 B
C++
--- src/backend/CPulseSoundPlayer.cpp.orig 2013-12-27 03:54:12 UTC
|
|
+++ src/backend/CPulseSoundPlayer.cpp
|
|
@@ -30,6 +30,8 @@ using namespace std;
|
|
#include <pulse/simple.h>
|
|
#include <pulse/error.h>
|
|
|
|
+#include <TAutoBuffer.h>
|
|
+
|
|
#include "settings.h"
|
|
|
|
#define BUFFER_COUNT gDesiredOutputBufferCount
|