dep/cubeb: Add missing oss_i4_v4.c test file
This commit is contained in:
parent
8bf21fd5a0
commit
f5f3b3f5d1
|
@ -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;
|
||||
}
|
Loading…
Reference in New Issue