@ -0,0 +1,33 @@ |
|||||
|
--- rivatv-0.8.5/configure 2004-05-28 12:38:27.000000000 +0000
|
||||
|
+++ rivatv-0.8.5-patch/configure 2004-06-18 12:10:49.000000000 +0000
|
||||
|
@@ -208,20 +208,21 @@
|
||||
|
|
||||
|
echo -n "Checking for /proc... " |
||||
|
|
||||
|
-if test -n "`/bin/mount | grep \"type proc\"`"; then
|
||||
|
+#mount none /proc -t proc
|
||||
|
+#if test -n "`/bin/mount | grep \"type proc\"`"; then
|
||||
|
echo "yes" |
||||
|
-else
|
||||
|
- echo "no"
|
||||
|
- echo "*** ERROR:"
|
||||
|
- echo "*** proc-fs is needed for testing"
|
||||
|
- echo "*** We recommend you enable proc-fs in your kernel"
|
||||
|
- exit 1
|
||||
|
-fi
|
||||
|
+#else
|
||||
|
+# echo "no"
|
||||
|
+# echo "*** ERROR:"
|
||||
|
+# echo "*** proc-fs is needed for testing"
|
||||
|
+# echo "*** We recommend you enable proc-fs in your kernel"
|
||||
|
+# exit 1
|
||||
|
+#fi
|
||||
|
|
||||
|
echo -n "Checking for kernel gcc... " |
||||
|
|
||||
|
kgcc=`cat /proc/version | sed 's/\(.*\)gcc[ -][vV]ersion \([0-9.]*\).*/\2/'` |
||||
|
-bgcc=`gcc -v 2>&1 |tail -1|sed 's/\(.*\)gcc[ -][vV]ersion \([0-9.]*\).*/\2/'`
|
||||
|
+bgcc=`gcc -v 2>&1 |tail -n 1|sed 's/\(.*\)gcc[ -][vV]ersion \([0-9.]*\).*/\2/'`
|
||||
|
echo $kgcc |
||||
|
|
||||
|
if test "$bgcc" != "$kgcc"; then |
@ -1,19 +0,0 @@ |
|||||
diff -dur rivatv-0.8.4/src/rivatv-convert.c rivatv-0.8.4-patched/src/rivatv-convert.c
|
|
||||
--- rivatv-0.8.4/src/rivatv-convert.c 2004-02-23 17:27:12.000000000 +0100
|
|
||||
+++ rivatv-0.8.4-patched/src/rivatv-convert.c 2004-05-19 20:54:32.000000000 +0200
|
|
||||
@@ -73,7 +73,6 @@
|
|
||||
/* indicates whether MMX code is requested or not */ |
|
||||
int mmx = 1; |
|
||||
|
|
||||
-#ifndef RIVATV_DISABLE_CONVERSION
|
|
||||
#if defined (__i386__) || defined (__x86_64__) |
|
||||
|
|
||||
/* kernel_fpu_begin() is not exported (properly). Made a local |
|
||||
@@ -105,7 +104,6 @@
|
|
||||
|
|
||||
#endif |
|
||||
#endif |
|
||||
-#endif
|
|
||||
|
|
||||
void rivatv_detect_mmx (void) |
|
||||
{ |
|