SOURCES: xine-lib-gcc.patch (NEW) - added from upstream

paszczus paszczus at pld-linux.org
Sun Aug 24 16:50:17 CEST 2008


Author: paszczus                     Date: Sun Aug 24 14:50:17 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- added from upstream

---- Files affected:
SOURCES:
   xine-lib-gcc.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/xine-lib-gcc.patch
diff -u /dev/null SOURCES/xine-lib-gcc.patch:1.1
--- /dev/null	Sun Aug 24 16:50:18 2008
+++ SOURCES/xine-lib-gcc.patch	Sun Aug 24 16:50:12 2008
@@ -0,0 +1,13 @@
+diff -ur xine-lib-1.1.15/src/xine-engine/buffer.h xine-lib-1.1.15.new/src/xine-engine/buffer.h
+--- xine-lib-1.1.15/src/xine-engine/buffer.h	2008-07-16 23:01:56.000000000 +0200
++++ xine-lib-1.1.15.new/src/xine-engine/buffer.h	2008-08-24 16:49:19.477371688 +0200
+@@ -676,7 +676,7 @@
+ /* 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;
+ }
+ 
+Tylko w xine-lib-1.1.15.new/src/xine-engine: buffer.h~
================================================================


More information about the pld-cvs-commit mailing list