mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-04 11:37:55 +00:00
CAP_VIDEO
This commit is contained in:
@@ -173,6 +173,10 @@
|
||||
#define CAP_ODS 0
|
||||
#endif
|
||||
|
||||
#ifndef CAP_VIDEO
|
||||
#define CAP_VIDEO (CAP_SHOT && ISLINUX && CAP_SDL)
|
||||
#endif
|
||||
|
||||
#ifndef MAXMDIM
|
||||
#define MAXMDIM 4
|
||||
#endif
|
||||
@@ -440,6 +444,10 @@ extern "C" {
|
||||
#include <complex>
|
||||
#include <new>
|
||||
|
||||
#if CAP_VIDEO
|
||||
#include <sys/wait.h>
|
||||
#endif
|
||||
|
||||
#if CAP_ZLIB
|
||||
#include <zlib.h>
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user