dep/cubeb: Add missing oss_i4_v4.c test file

pull/1015/head
Connor McLaughlin 5 years ago
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…
Cancel
Save