1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-12 09:56:30 +00:00

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:
arpi 2002-01-15 01:16:14 +00:00
parent 03703da7c5
commit 798a238afa

View File

@ -56,6 +56,10 @@
#include "../../libdha/libdha.h" #include "../../libdha/libdha.h"
#include "mga_vid.h" #include "mga_vid.h"
#if !defined(ENOTSUP) && defined(EOPNOTSUPP)
#define ENOTSUP EOPNOTSUPP
#endif
#define TRUE 1 #define TRUE 1
#define FALSE 0 #define FALSE 0