Browse Source

Clifford Wolf :


			
			
				rocklinux
			
			
		
Clifford Wolf 17 years ago
parent
commit
68ffbaf90a
2 changed files with 2 additions and 13 deletions
  1. +0
    -11
      package/base/xine-lib/gcc43.patch
  2. +2
    -2
      package/base/xine-lib/xine-lib.desc

+ 0
- 11
package/base/xine-lib/gcc43.patch

@ -1,11 +0,0 @@
--- xine-lib-1.1.15/src/xine-engine/buffer.h 2008-07-16 23:01:56.000000000 +0200
+++ xine-lib-1.1.15/src/xine-engine/buffer.h.new 2008-10-19 02:06:37.000000000 +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 int _x_is_fourcc(void *ptr, void *tag) {
return memcmp(ptr, tag, 4) == 0;
}

+ 2
- 2
package/base/xine-lib/xine-lib.desc

@ -42,8 +42,8 @@
[L] GPL
[S] Stable
[V] 1.1.15
[V] 1.1.16.2
[P] X --?--5---9 200.300
[D] 1099380744 xine-lib-1.1.15.tar.bz2 http://dl.sourceforge.net/xine/
[D] 1031608453 xine-lib-1.1.16.2.tar.bz2 http://switch.dl.sourceforge.net/xine/

Loading…
Cancel
Save