VirtualBox

Changeset 59997 in vbox


Ignore:
Timestamp:
Mar 11, 2016 3:30:18 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
105967
Message:

alsa >= 1.0.14 required

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r59799 r59997  
    12081208  printf("found version %d.%d.%d",
    12091209         SND_LIB_MAJOR, SND_LIB_MINOR, SND_LIB_SUBMINOR);
    1210 #if 10000*SND_LIB_MAJOR + 100*SND_LIB_MINOR + SND_LIB_SUBMINOR >= 10006
     1210#if 10000*SND_LIB_MAJOR + 100*SND_LIB_MINOR + SND_LIB_SUBMINOR >= 10014
    12111211  printf(", OK.\n");
    12121212  return 0;
    12131213#else
    1214   printf(", expected version 1.0.6 or higher\n");
     1214  printf(", expected version 1.0.14 or higher\n");
    12151215  return 1;
    12161216#endif
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette