diff options
author | elupus <elupus@svn> | 2010-08-26 23:25:48 +0000 |
---|---|---|
committer | elupus <elupus@svn> | 2010-08-26 23:25:48 +0000 |
commit | a75e23544612c4e519d5e22f0ca2980e782138f7 (patch) | |
tree | 71c3aae7f7dc50ff1e3cf0ab403324837c793b93 /bootstrap | |
parent | 82230a7108cee6d26c6f102ecde595dbadf06a73 (diff) |
backport: bluray plaback support based on libbluray
r33147 [WIN32] r33145 for VS2010 - bluray support
r33145 [WIN32] build xbmc with support for libbluray
r33144 [WIN32] added libbluray headers, dll and how to build the dll
r32602 changed, install libbluray into /usr/lib on Linux because XB_FIND_SONAME can't find it in /usr/local/lib, revert later
r32564 add libbluray download/makefile
r32562 opps, copy/paste monster bites again
r32561 changed, dyload libbluray instead of static linking it
r32398 cleanup: leftover from libbdnav removal
r32329 fixed: yet another leftover from libbdnav removal
r32326 fixed: removed now deleted libbdnav from build system
r32319 removed: old libbdnav sources aswell as the old mpls playback code.
r32261 added: support stacking with libbluray
r32236 fix compile error is HAVE_LIBBLURAY not defined
r32234 changed: generalize the SeekTime inputstream interface
r32233 changed: make chapter support from input stream a general interface
r32232 added: support for using libbluray to play bdmv files (index.bdmv or *.mpls)
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@33193 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -6,7 +6,6 @@ autoreconf -vif autoreconf -vif lib/cpluff # we must autoreconf libass as we don't know till later if it's used. [ -d lib/libass ] && autoreconf -vif lib/libass -autoreconf -vif xbmc/cores/dvdplayer/Codecs/libbdnav # order matters with libbdnav and friends [ -d xbmc/cores/dvdplayer/Codecs/libdvd/libdvdcss ] && \ autoreconf -vif xbmc/cores/dvdplayer/Codecs/libdvd/libdvdcss |