1
mirror of https://github.com/mpv-player/mpv synced 2024-11-14 22:48:35 +01:00

enable vcd for all darwin based sys not only mac osx

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13682 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nplourde 2004-10-18 21:05:14 +00:00
parent 0177d487b8
commit 97018803a5

View File

@ -19,8 +19,8 @@
#include "vcd_read_fbsd.h"
#elif defined(__NetBSD__) || defined (__OpenBSD__)
#include "vcd_read_nbsd.h"
#elif defined(MACOSX)
#include "vcd_read_macosx.h"
#elif defined(SYS_DARWIN)
#include "vcd_read_darwin.h"
#else
#include "vcd_read.h"
#endif