diff options
Diffstat (limited to 'guilib/system.h')
-rw-r--r-- | guilib/system.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/guilib/system.h b/guilib/system.h index 70467da782..ac01324ac9 100644 --- a/guilib/system.h +++ b/guilib/system.h @@ -224,6 +224,12 @@ #define HAS_GLES 1 #endif +// libbdnav conflicts with libbluray +#ifdef HAVE_LIBBLURAY +#undef HAS_LIBBDNAV +#endif + + #ifdef HAS_GL #ifdef _WIN32 #include "GL/glew.h" |