summaryrefslogtreecommitdiffstats
path: root/tremor
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-30 15:36:28 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-30 15:36:28 +0000
commit544c56d95edf012c2d5a06ba492366e6b970c0f4 (patch)
tree60483feb61f745542f2f408fcd3ef9dd524d4aed /tremor
parent028454daf8bf64b56e2a34be4a7133a46834994c (diff)
downloadmpv-544c56d95edf012c2d5a06ba492366e6b970c0f4.tar.bz2
mpv-544c56d95edf012c2d5a06ba492366e6b970c0f4.tar.xz
Make patch apply cleanly and with -p0, not a mix of -p0 and -p1.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19262 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'tremor')
-rw-r--r--tremor/tremor.diff12
1 files changed, 6 insertions, 6 deletions
diff --git a/tremor/tremor.diff b/tremor/tremor.diff
index 560420b9fc..04f540c113 100644
--- a/tremor/tremor.diff
+++ b/tremor/tremor.diff
@@ -1,6 +1,6 @@
diff -ur orig/misc.h mod-2004-01-05/misc.h
---- orig/misc.h 2005-01-04 16:29:01.000000000 +0100
-+++ mod-2004-01-05/misc.h 2004-12-30 13:09:20.000000000 +0100
+--- misc.h 2005-01-04 16:29:01.000000000 +0100
++++ misc.h 2004-12-30 13:09:20.000000000 +0100
@@ -29,8 +29,9 @@
/* 64 bit multiply */
@@ -24,8 +24,8 @@ diff -ur orig/misc.h mod-2004-01-05/misc.h
struct {
ogg_int32_t hi;
diff -ur orig/os_types.h mod-2004-01-05/os_types.h
---- orig/os_types.h 2005-01-04 16:29:02.000000000 +0100
-+++ mod-2004-01-05/os_types.h 2005-01-05 10:39:07.000000000 +0100
+--- os_types.h 2005-01-04 16:29:02.000000000 +0100
++++ os_types.h 2005-01-05 10:39:07.000000000 +0100
@@ -32,57 +32,11 @@
#define _ogg_realloc realloc
#define _ogg_free free
@@ -96,7 +96,7 @@ retrieving revision 1.1
diff -u -r1.1 sharedbook.c
--- sharedbook.c 30 Dec 2004 12:09:20 -0000 1.1
+++ sharedbook.c 18 Aug 2005 16:13:54 -0000
-@@ -208,7 +208,7 @@
+@@ -208,7 +211,7 @@
int indexdiv=1;
for(k=0;k<b->dim;k++){
int index= (j/indexdiv)%quantvals;
@@ -105,7 +105,7 @@ diff -u -r1.1 sharedbook.c
int val=VFLOAT_MULTI(delta,delpoint,
abs(b->quantlist[index]),&point);
-@@ -242,7 +242,7 @@
+@@ -242,7 +245,7 @@
int lastpoint=0;
for(k=0;k<b->dim;k++){