dep/cubeb: Add missing oss_i4_v4.c test file

This commit is contained in:
Connor McLaughlin 2020-10-25 00:26:54 +10:00
parent 8bf21fd5a0
commit f5f3b3f5d1

View 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;
}