diff options
author | jstebbins <[email protected]> | 2009-04-27 15:18:05 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-04-27 15:18:05 +0000 |
commit | 6b9c017e63f06e9a7b66062d0a8cb460a02ca6b6 (patch) | |
tree | 13479caa23219b5476a4d1e534a970cd6fce29fd /contrib/libdvdread/P05-mingw-large-file.patch | |
parent | 3bb12e29d03f62a303c7728cd6f40c6498f2858e (diff) |
add libdvdnav support
emulates the vm of a dvd player in order to navigate the disc more reliably
it is optional and disabled by default
CLI option '--dvdnav' enables. GUI's have a new option in preferences.
When dvdnav is enabled, you can also select angles (cli '--angle')
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2355 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/libdvdread/P05-mingw-large-file.patch')
-rw-r--r-- | contrib/libdvdread/P05-mingw-large-file.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/libdvdread/P05-mingw-large-file.patch b/contrib/libdvdread/P05-mingw-large-file.patch index 7ed9b6540..480d1e955 100644 --- a/contrib/libdvdread/P05-mingw-large-file.patch +++ b/contrib/libdvdread/P05-mingw-large-file.patch @@ -1,6 +1,7 @@ ---- libdvdread.orig/dvdread/dvd_input.h 2005-09-06 12:23:00.000000000 -0700 -+++ libdvdread/dvdread/dvd_input.h 2009-03-25 15:01:39.000000000 -0700 -@@ -28,6 +28,24 @@ +diff -Naur libdvdread.orig/src/dvd_input.h libdvdread/src/dvd_input.h +--- libdvdread.orig/src/dvd_input.h 2008-10-03 13:11:30.000000000 -0700 ++++ libdvdread/src/dvd_input.h 2009-04-23 13:47:04.000000000 -0700 +@@ -29,6 +29,24 @@ #define DVDINPUT_READ_DECRYPT (1 << 0) @@ -25,4 +26,3 @@ typedef struct dvd_input_s *dvd_input_t; /** - |