summaryrefslogtreecommitdiff
path: root/packages/libxine/libxine-1.0.0-beta12/uclibc.patch
blob: 787e46a081628d52f54f0cec7ded2b57acd08d68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55

#
# Made by http://www.mn-logistik.de/unsupported/pxa250/patcher
#

--- xine-lib/configure.ac~uclibc	2003-09-28 16:42:13.000000000 +0200
+++ xine-lib/configure.ac	2003-09-28 16:42:13.000000000 +0200
@@ -190,7 +190,7 @@
   *)
     AC_CHECK_LIB(pthread, pthread_create,
   	     [THREAD_LIBS="-lpthread"],
- 	     [AC_MSG_ERROR(pthread needed)])
+ 	     [AC_MSG_WARN(pthread needed)])
     ;;
 esac
 AC_SUBST(THREAD_LIBS)
--- xine-lib/src/xine-engine/osd.c~uclibc	2003-04-27 17:57:54.000000000 +0200
+++ xine-lib/src/xine-engine/osd.c	2003-09-28 16:42:13.000000000 +0200
@@ -34,10 +34,6 @@
 #include <dirent.h>
 #include <errno.h>
 
-#ifndef _MSC_VER 
-#include <iconv.h>
-#endif /* _MSC_VER */
-
 #ifdef HAVE_LANGINFO_CODESET
 #include <langinfo.h>
 #endif
@@ -98,6 +94,8 @@
 };
 #endif
 
+#define _MSC_VER
+
 /*
  * open a new osd object. this will allocated an empty (all zero) drawing
  * area where graphic primitives may be used.
@@ -1220,3 +1218,6 @@
 
   return this;
 }
+
+#undef _MSC_VER
+
--- xine-lib/src/video_out/video_out_fb.c~uclibc	2003-03-19 16:29:27.000000000 +0100
+++ xine-lib/src/video_out/video_out_fb.c	2003-09-28 17:16:05.000000000 +0200
@@ -71,7 +71,6 @@
 #include <netinet/in.h>
 
 #include <linux/fb.h>
-#include <linux/kd.h>
 #include <linux/vt.h>
 
 #include "xine_internal.h"