mirror of https://github.com/mpv-player/mpv
old-configure: add a missing config.h entry
Yes, the old build system still exists in-tree.
This commit is contained in:
parent
59eb489425
commit
3245b7f275
|
@ -975,6 +975,7 @@ cat > $TMPC << EOF
|
|||
#define HAVE_VIDEOTOOLBOX_GL 0
|
||||
#define HAVE_SSE4_INTRINSICS 1
|
||||
#define HAVE_C11_TLS 1
|
||||
#define HAVE_EGL_ANGLE 0
|
||||
|
||||
#ifdef __OpenBSD__
|
||||
#define DEFAULT_CDROM_DEVICE "/dev/rcd0c"
|
||||
|
|
Loading…
Reference in New Issue