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/P02-mingw-ssize_t.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/P02-mingw-ssize_t.patch')
-rw-r--r-- | contrib/libdvdread/P02-mingw-ssize_t.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/contrib/libdvdread/P02-mingw-ssize_t.patch b/contrib/libdvdread/P02-mingw-ssize_t.patch deleted file mode 100644 index a4dc5eda7..000000000 --- a/contrib/libdvdread/P02-mingw-ssize_t.patch +++ /dev/null @@ -1,26 +0,0 @@ -diff -Naur libdvdread.orig/configure libdvdread/configure ---- libdvdread.orig/configure 2006-10-06 04:14:24.000000000 -0400 -+++ libdvdread/configure 2009-03-10 17:45:06.000000000 -0400 -@@ -3550,9 +3550,6 @@ - _ACEOF - - ;; -- x*mingw32* | x*cygwin*) -- CFLAGS="${CFLAGS} -Dssize_t=long" -- ;; - x*) - ;; - esac -diff -Naur libdvdread.orig/configure.in libdvdread/configure.in ---- libdvdread.orig/configure.in 2006-10-06 04:12:31.000000000 -0400 -+++ libdvdread/configure.in 2009-03-10 17:45:06.000000000 -0400 -@@ -15,9 +15,6 @@ - CFLAGS="${CFLAGS} -no-cpp-precomp" - AC_DEFINE(__DARWIN__, 1, Have a Mac OS X system) - ;; -- x*mingw32* | x*cygwin*) -- CFLAGS="${CFLAGS} -Dssize_t=long" -- ;; - x*) - ;; - esac |