Skip to content

Commit

Permalink
Merge pull request xbmc#2128 from Paxxi/libdvd
Browse files Browse the repository at this point in the history
updated libdvdcss, read and nav to the latest versions - 4.2.0
  • Loading branch information
Voyager1 committed Feb 8, 2013
2 parents 94c518f + 57e27af commit 6a384a1
Show file tree
Hide file tree
Showing 130 changed files with 4,402 additions and 1,397 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,11 @@ lib/cmyth/Makefile
/lib/libdvd/includes/dvdread/ifo_read.h
/lib/libdvd/includes/dvdread/nav_types.h

# /lib/libdvd/includes/dvdnav
/lib/libdvd/includes/dvdnav/dvd_types.h
/lib/libdvd/includes/dvdnav/dvdnav.h
/lib/libdvd/includes/dvdnav/dvdnav_events.h

# /lib/libdvd/libdvdcss/
/lib/libdvd/libdvdcss/.auto/
/lib/libdvd/libdvdcss/Makefile.in
Expand Down
4 changes: 3 additions & 1 deletion lib/libdvd/build-xbmc-win32.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ echo "***** Building libdvdread *****"
--extra-cflags="-DHAVE_DVDCSS_DVDCSS_H -D_XBMC -DNDEBUG -D_MSC_VER -I`pwd`/../includes" \
--disable-debug
mkdir -p ../includes/dvdread
cp ../libdvdread/src/*.h ../includes/dvdread
cp ../libdvdread/src/dvdread/*.h ../includes/dvdread
make $MAKEFLAGS
cd ..

Expand All @@ -65,6 +65,8 @@ echo "***** Building libdvdnav *****"
--extra-cflags="-D_XBMC -DNDEBUG -I`pwd`/../includes" \
--with-dvdread-config="`pwd`/../libdvdread/obj/dvdread-config" \
--disable-debug
mkdir -p ../includes/dvdnav
cp ../libdvdnav/src/dvdnav/*.h ../includes/dvdnav
make $MAKEFLAGS
gcc \
-shared \
Expand Down
2 changes: 2 additions & 0 deletions lib/libdvd/includes/dvdnav/.ignoreme
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Dummy file so that this directory shows up for git users.
Ignore this file.
20 changes: 19 additions & 1 deletion lib/libdvd/libdvdcss/AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Authors and contributors are listed alphabetically.
#
# The fields are: name (N), email (E), web-address (W), CVS account login (C),
# The fields are: name (N), email (E), web-address (W), CVS/SVN account login (C),
# PGP key ID and fingerprint (P), description (D), and snail-mail address (S).

N: Billy Biggs
Expand All @@ -20,6 +20,7 @@ D: cache bug fix for discs with identical content but different keys

N: H�kan Hjort
E: [email protected]
C: hjort
D: Solaris port of the DVD ioctls
D: libdvdcss enhancements

Expand All @@ -39,6 +40,15 @@ C: jlj
D: Win32 port
D: Fixes to the Darwin port

N: KO Myung-Hun
E: [email protected]
D: OS/2 port

N: Jean-Baptiste Kempf
C: jb
E: [email protected]
D: maintainer

N: Markus Kuespert
E: [email protected]
D: BeOS port of the DVD ioctls
Expand All @@ -47,6 +57,14 @@ N: Pascal Levesque
E: [email protected]
D: QNX port

N: Steve Lhomme
E: [email protected]
D: win32 improvements

N: Christophe Massiot
E: [email protected]
D: former maintainer

N: Steven M. Schultz
E: [email protected]
D: BSD/OS port
Expand Down
Loading

0 comments on commit 6a384a1

Please sign in to comment.