early-access version 1255
This commit is contained in:
10
externals/cubeb/cmake/compile_tests/oss_is_v4.c
vendored
Executable file
10
externals/cubeb/cmake/compile_tests/oss_is_v4.c
vendored
Executable file
@@ -0,0 +1,10 @@
|
||||
#include <sys/soundcard.h>
|
||||
|
||||
#if SOUND_VERSION < 0x040000
|
||||
# error "OSSv4 is not available in sys/soundcard.h"
|
||||
#endif
|
||||
|
||||
int main()
|
||||
{
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user