mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-02-16 19:05:39 +00:00
dep/cubeb: Add missing oss_i4_v4.c test file
This commit is contained in:
parent
8bf21fd5a0
commit
f5f3b3f5d1
10
dep/cubeb/cmake/compile_tests/oss_is_v4.c
Normal file
10
dep/cubeb/cmake/compile_tests/oss_is_v4.c
Normal 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;
|
||||
}
|
Loading…
Reference in a new issue