mirror of https://github.com/mpv-player/mpv
old-configure: add a missing define
(Why am I maintaining 2 build systems?)
This commit is contained in:
parent
1a6f3c56ea
commit
ff520054c8
|
@ -973,6 +973,7 @@ cat > $TMPC << EOF
|
|||
#define HAVE_EGL_ANGLE 0
|
||||
#define HAVE_GPL3 1
|
||||
#define HAVE_WIN32 0
|
||||
#define HAVE_GL_DXINTEROP 0
|
||||
|
||||
#ifdef __OpenBSD__
|
||||
#define DEFAULT_CDROM_DEVICE "/dev/rcd0c"
|
||||
|
|
Loading…
Reference in New Issue