mirror of
https://github.com/mpv-player/mpv
synced 2024-12-24 15:52:25 +00:00
BSD compatibility fix by Steven M. Schultz
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5143 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1c6f0aff46
commit
ced43e33e0
@ -34,7 +34,11 @@
|
|||||||
|
|
||||||
#include <machine/ioctl_meteor.h>
|
#include <machine/ioctl_meteor.h>
|
||||||
#include <machine/ioctl_bt848.h>
|
#include <machine/ioctl_bt848.h>
|
||||||
|
#ifdef HAVE_SYS_SOUNDCARD_H
|
||||||
|
#include <sys/soundcard.h>
|
||||||
|
#else
|
||||||
#include <machine/soundcard.h>
|
#include <machine/soundcard.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "../libvo/img_format.h"
|
#include "../libvo/img_format.h"
|
||||||
#include "tv.h"
|
#include "tv.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user