config.tests/unix/alsa/alsatest.cpp
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
    38 ** $QT_END_LICENSE$
    38 ** $QT_END_LICENSE$
    39 **
    39 **
    40 ****************************************************************************/
    40 ****************************************************************************/
    41 
    41 
    42 #include <alsa/asoundlib.h>
    42 #include <alsa/asoundlib.h>
       
    43 #if(!(SND_LIB_MAJOR == 1 && SND_LIB_MINOR == 0 && SND_LIB_SUBMINOR >= 10))
       
    44 #error "Alsa version found too old, require >= 1.0.10"
       
    45 #endif
       
    46 
    43 int main(int argc,char **argv)
    47 int main(int argc,char **argv)
    44 {
    48 {
    45     return 0;
       
    46 }
    49 }
    47 
    50