add awol patch
This commit is contained in:
parent
8561717eb9
commit
df8f64b24b
12
xine-lib-1.1.15-ansi.patch
Normal file
12
xine-lib-1.1.15-ansi.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff -up xine-lib-1.1.15/src/xine-engine/buffer.h.ansi xine-lib-1.1.15/src/xine-engine/buffer.h
|
||||||
|
--- xine-lib-1.1.15/src/xine-engine/buffer.h.ansi 2008-07-16 16:01:56.000000000 -0500
|
||||||
|
+++ xine-lib-1.1.15/src/xine-engine/buffer.h 2008-08-19 12:08:46.000000000 -0500
|
||||||
|
@@ -676,7 +676,7 @@ void _x_bmiheader_le2me( xine_bmiheader
|
||||||
|
/* convert xine_waveformatex struct from little endian */
|
||||||
|
void _x_waveformatex_le2me( xine_waveformatex *wavex ) XINE_PROTECTED;
|
||||||
|
|
||||||
|
-static inline _x_is_fourcc(void *ptr, void *tag) {
|
||||||
|
+static __inline _x_is_fourcc(void *ptr, void *tag) {
|
||||||
|
return memcmp(ptr, tag, 4) == 0;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user