summaryrefslogtreecommitdiffstats
path: root/config.tests/alsa
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@theqtcompany.com>2016-01-07 11:13:47 +0100
committerLiang Qi <liang.qi@theqtcompany.com>2016-01-07 11:13:47 +0100
commit6166f102f5e52007f8e4e018adb73d26513557b3 (patch)
treeab6dcd29f68e07cf8c6643d69af679ed9b194019 /config.tests/alsa
parent0a7b553eeab0b81502189f6244ffc65c33cdaaa0 (diff)
parent604a5753fa2d9b8e1ef65ccd8c5fb72465462479 (diff)
Merge remote-tracking branch 'origin/5.5' into 5.6
Conflicts: src/plugins/android/src/wrappers/jni/androidcamera.cpp Change-Id: Ibb34f710b1dfb9a23b378462f31432581c6c26f4
Diffstat (limited to 'config.tests/alsa')
-rw-r--r--config.tests/alsa/alsatest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.tests/alsa/alsatest.cpp b/config.tests/alsa/alsatest.cpp
index a9f9c2494..1b59cb17b 100644
--- a/config.tests/alsa/alsatest.cpp
+++ b/config.tests/alsa/alsatest.cpp
@@ -32,7 +32,7 @@
****************************************************************************/
#include <alsa/asoundlib.h>
-#if (!(SND_LIB_MAJOR == 1 && SND_LIB_MINOR == 0 && SND_LIB_SUBMINOR >= 10))
+#if (!(SND_LIB_MAJOR == 1 && (SND_LIB_MINOR > 0 || SND_LIB_SUBMINOR >= 10)))
#error "Alsa version found too old, require >= 1.0.10"
#endif