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
1 changed files with 4 additions and 0 deletions

View File

@ -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