mirror of https://github.com/mpv-player/mpv
soundcard.h fix, by Bernd Ernesti <mplayer@lists.veego.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5887 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
0b474f14a1
commit
938caaeb02
|
@ -49,8 +49,12 @@
|
|||
#ifdef HAVE_SYS_SOUNDCARD_H
|
||||
#include <sys/soundcard.h>
|
||||
#else
|
||||
#ifdef HAVE_SOUNDCARD_H
|
||||
#include <soundcard.h>
|
||||
#else
|
||||
#include <machine/soundcard.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "../libvo/img_format.h"
|
||||
#include "tv.h"
|
||||
|
|
Loading…
Reference in New Issue