mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-26 18:05:43 -04: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…
x
Reference in New Issue
Block a user