mirror of https://github.com/mpv-player/mpv
BSD fix by Steven M. Schultz <sms@2BSD.COM>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4164 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
03703da7c5
commit
798a238afa
|
@ -56,6 +56,10 @@
|
|||
#include "../../libdha/libdha.h"
|
||||
#include "mga_vid.h"
|
||||
|
||||
#if !defined(ENOTSUP) && defined(EOPNOTSUPP)
|
||||
#define ENOTSUP EOPNOTSUPP
|
||||
#endif
|
||||
|
||||
#define TRUE 1
|
||||
#define FALSE 0
|
||||
|
||||
|
|
Loading…
Reference in New Issue