]> git.sesse.net Git - vlc/blob - extras/contrib/src/Patches/theora-1.0a7.patch
Convert patch from \r\n to \n
[vlc] / extras / contrib / src / Patches / theora-1.0a7.patch
1 Index: libtheora/lib/dsp.h
2 ===================================================================
3 --- libtheora/lib/dsp.h (revision 11456)
4 +++ libtheora/lib/dsp.h (revision 11701)
5 @@ -20,5 +20,4 @@
6  
7  #include <theora/theora.h>
8 -typedef unsigned long int ogg_uint64_t;
9  
10  typedef struct
11 Index: libtheora/lib/x86_64/dsp_mmx.c
12 ===================================================================
13 --- libtheora/lib/x86_64/dsp_mmx.c (revision 11441)
14 +++ libtheora/lib/x86_64/dsp_mmx.c (revision 11701)
15 @@ -20,4 +20,6 @@
16  #include "codec_internal.h"
17  #include "dsp.h"
18 +
19 +typedef unsigned long long ogg_uint64_t;
20  
21  static const __attribute__ ((aligned(8),used)) ogg_int64_t V128 = 0x0080008000800080LL;
22 Index: libtheora/lib/x86_64/dsp_mmxext.c
23 ===================================================================
24 --- libtheora/lib/x86_64/dsp_mmxext.c (revision 11441)
25 +++ libtheora/lib/x86_64/dsp_mmxext.c (revision 11701)
26 @@ -21,4 +21,6 @@
27  #include "dsp.h"
28  
29 +typedef unsigned long long ogg_uint64_t;
30 +
31  static ogg_uint32_t sad8x8__mmxext (unsigned char *ptr1, ogg_uint32_t stride1,
32                                      unsigned char *ptr2, ogg_uint32_t stride2)
33 Index: libtheora/lib/x86_64/recon_mmx.c
34 ===================================================================
35 --- libtheora/lib/x86_64/recon_mmx.c (revision 11441)
36 +++ libtheora/lib/x86_64/recon_mmx.c (revision 11701)
37 @@ -17,4 +17,6 @@
38  
39  #include "codec_internal.h"
40 +
41 +typedef unsigned long long ogg_uint64_t;
42  
43  static const __attribute__ ((aligned(8),used)) ogg_int64_t V128 = 0x8080808080808080LL;