diff options
| author | Michael Forney <mforney@mforney.org> | 2017-09-16 23:57:37 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-09-25 19:23:06 -0700 |
| commit | 46e64ebcc05510bdb3933085515849ce8f6a41ff (patch) | |
| tree | 559323bb06feb22365a4df4b705cd4d09e77b852 /pkg/mpv/config.h | |
| parent | 89ed7abb97ee470246f76837e54e499cf8f3fe85 (diff) | |
mpv: Update to 0.27.0
Diffstat (limited to 'pkg/mpv/config.h')
| -rw-r--r-- | pkg/mpv/config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pkg/mpv/config.h b/pkg/mpv/config.h index 92116138..e681a910 100644 --- a/pkg/mpv/config.h +++ b/pkg/mpv/config.h @@ -23,6 +23,7 @@ #define HAVE_LIBM 1 #define HAVE_MINGW 0 #define HAVE_POSIX 1 +#define HAVE_ANDROID 0 #define HAVE_POSIX_OR_MINGW 1 #define HAVE_UWP 0 #define HAVE_WIN32_DESKTOP 0 @@ -41,7 +42,9 @@ #define HAVE_NANOSLEEP 1 #define HAVE_POSIX_SPAWN 1 #define HAVE_WIN32_PIPES 0 +#define HAVE_GLOB_POSIX 1 #define HAVE_GLOB_WIN32 0 +#define HAVE_GLOB 1 #define HAVE_FCHMOD 1 #define HAVE_VT_H 1 #define HAVE_GBM_H 0 @@ -125,6 +128,8 @@ #define HAVE_LIBAVDEVICE 1 #define HAVE_AVUTIL_IMGCPY_UC 1 #define HAVE_AVUTIL_CONTENT_LIGHT_LEVEL 0 +#define HAVE_AVUTIL_ICC_PROFILE 0 +#define HAVE_AVUTIL_SPHERICAL 1 #define HAVE_VAAPI_HWACCEL 0 #define HAVE_VIDEOTOOLBOX_HWACCEL_NEW 0 #define HAVE_VIDEOTOOLBOX_HWACCEL_OLD 0 |
