mirror of
https://github.com/mpv-player/mpv
synced 2025-03-11 08:37:59 +00:00
14 lines
207 B
C
14 lines
207 B
C
|
#if HAVE_SOUNDCARD_H
|
||
|
#include <soundcard.h>
|
||
|
#endif
|
||
|
|
||
|
#if HAVE_SYS_SOUNDCARD_H
|
||
|
#include <sys/soundcard.h>
|
||
|
#endif
|
||
|
|
||
|
#ifdef OPEN_SOUND_SYSTEM
|
||
|
int main(void) {{ return 0; }}
|
||
|
#else
|
||
|
#error Not the real thing
|
||
|
#endif
|