diff options
author | elupus <elupus@svn> | 2010-07-29 23:42:00 +0000 |
---|---|---|
committer | elupus <elupus@svn> | 2010-07-29 23:42:00 +0000 |
commit | ee1d4d5c915e05705d1f77fd667f420a6b2d2b06 (patch) | |
tree | a275dda686f0bb3edc5a6982d42c574b3a3a58fa /guilib | |
parent | 359de0aabeeb0633882adfe0fa10bf022d327ee2 (diff) |
removed: old libbdnav sources aswell as the old mpls playback code.
It has now been replaced by libbluray based playback
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32319 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'guilib')
-rw-r--r-- | guilib/system.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/guilib/system.h b/guilib/system.h index ac01324ac9..7b577f3c99 100644 --- a/guilib/system.h +++ b/guilib/system.h @@ -112,7 +112,6 @@ #define HAS_SDL_AUDIO #define HAS_SDL_OPENGL #define HAS_SDL_WIN_EVENTS -#define HAS_LIBBDNAV #endif /***************** @@ -142,7 +141,6 @@ #ifdef HAVE_LIBXRANDR #define HAS_XRANDR #endif -#define HAS_LIBBDNAV #endif #ifdef HAVE_LIBSSH @@ -224,11 +222,6 @@ #define HAS_GLES 1 #endif -// libbdnav conflicts with libbluray -#ifdef HAVE_LIBBLURAY -#undef HAS_LIBBDNAV -#endif - #ifdef HAS_GL #ifdef _WIN32 |