Line 0
Link Here
|
|
|
1 |
--- config.tests/alsa/alsatest.cpp.orig 2015-02-17 04:57:20 UTC |
2 |
+++ config.tests/alsa/alsatest.cpp |
3 |
@@ -32,7 +32,7 @@ |
4 |
****************************************************************************/ |
5 |
|
6 |
#include <alsa/asoundlib.h> |
7 |
-#if (!(SND_LIB_MAJOR == 1 && SND_LIB_MINOR == 0 && SND_LIB_SUBMINOR >= 10)) |
8 |
+#if (!(SND_LIB_MAJOR == 1 && (SND_LIB_MINOR > 0 || SND_LIB_SUBMINOR >= 10))) |
9 |
#error "Alsa version found too old, require >= 1.0.10" |
10 |
#endif |
11 |
|