]> git.sesse.net Git - vlc/commitdiff
Convert patch from \r\n to \n
authorRafaël Carré <funman@videolan.org>
Tue, 21 Aug 2007 00:14:24 +0000 (00:14 +0000)
committerRafaël Carré <funman@videolan.org>
Tue, 21 Aug 2007 00:14:24 +0000 (00:14 +0000)
extras/contrib/src/Patches/theora-1.0a7.patch

index 0044f4388131641710aefa01c9660233c2262784..83b9e2fff8a983e51db4ef422e9e5ee8df4ceb62 100644 (file)
@@ -1,43 +1,43 @@
-Index: libtheora/lib/dsp.h\r
-===================================================================\r
---- libtheora/lib/dsp.h (revision 11456)\r
-+++ libtheora/lib/dsp.h (revision 11701)\r
-@@ -20,5 +20,4 @@\r
\r
- #include <theora/theora.h>\r
--typedef unsigned long int ogg_uint64_t;\r
\r
- typedef struct\r
-Index: libtheora/lib/x86_64/dsp_mmx.c\r
-===================================================================\r
---- libtheora/lib/x86_64/dsp_mmx.c (revision 11441)\r
-+++ libtheora/lib/x86_64/dsp_mmx.c (revision 11701)\r
-@@ -20,4 +20,6 @@\r
- #include "codec_internal.h"\r
- #include "dsp.h"\r
-+\r
-+typedef unsigned long long ogg_uint64_t;\r
\r
- static const __attribute__ ((aligned(8),used)) ogg_int64_t V128 = 0x0080008000800080LL;\r
-Index: libtheora/lib/x86_64/dsp_mmxext.c\r
-===================================================================\r
---- libtheora/lib/x86_64/dsp_mmxext.c (revision 11441)\r
-+++ libtheora/lib/x86_64/dsp_mmxext.c (revision 11701)\r
-@@ -21,4 +21,6 @@\r
- #include "dsp.h"\r
\r
-+typedef unsigned long long ogg_uint64_t;\r
-+\r
- static ogg_uint32_t sad8x8__mmxext (unsigned char *ptr1, ogg_uint32_t stride1,\r
-                                     unsigned char *ptr2, ogg_uint32_t stride2)\r
-Index: libtheora/lib/x86_64/recon_mmx.c\r
-===================================================================\r
---- libtheora/lib/x86_64/recon_mmx.c (revision 11441)\r
-+++ libtheora/lib/x86_64/recon_mmx.c (revision 11701)\r
-@@ -17,4 +17,6 @@\r
\r
- #include "codec_internal.h"\r
-+\r
-+typedef unsigned long long ogg_uint64_t;\r
\r
- static const __attribute__ ((aligned(8),used)) ogg_int64_t V128 = 0x8080808080808080LL;\r
+Index: libtheora/lib/dsp.h
+===================================================================
+--- libtheora/lib/dsp.h (revision 11456)
++++ libtheora/lib/dsp.h (revision 11701)
+@@ -20,5 +20,4 @@
+ #include <theora/theora.h>
+-typedef unsigned long int ogg_uint64_t;
+ typedef struct
+Index: libtheora/lib/x86_64/dsp_mmx.c
+===================================================================
+--- libtheora/lib/x86_64/dsp_mmx.c (revision 11441)
++++ libtheora/lib/x86_64/dsp_mmx.c (revision 11701)
+@@ -20,4 +20,6 @@
+ #include "codec_internal.h"
+ #include "dsp.h"
++
++typedef unsigned long long ogg_uint64_t;
+ static const __attribute__ ((aligned(8),used)) ogg_int64_t V128 = 0x0080008000800080LL;
+Index: libtheora/lib/x86_64/dsp_mmxext.c
+===================================================================
+--- libtheora/lib/x86_64/dsp_mmxext.c (revision 11441)
++++ libtheora/lib/x86_64/dsp_mmxext.c (revision 11701)
+@@ -21,4 +21,6 @@
+ #include "dsp.h"
++typedef unsigned long long ogg_uint64_t;
++
+ static ogg_uint32_t sad8x8__mmxext (unsigned char *ptr1, ogg_uint32_t stride1,
+                                     unsigned char *ptr2, ogg_uint32_t stride2)
+Index: libtheora/lib/x86_64/recon_mmx.c
+===================================================================
+--- libtheora/lib/x86_64/recon_mmx.c (revision 11441)
++++ libtheora/lib/x86_64/recon_mmx.c (revision 11701)
+@@ -17,4 +17,6 @@
+ #include "codec_internal.h"
++
++typedef unsigned long long ogg_uint64_t;
+ static const __attribute__ ((aligned(8),used)) ogg_int64_t V128 = 0x8080808080808080LL;