summaryrefslogtreecommitdiff
path: root/package/mplayer/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-06-18 11:21:09 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-06-18 11:21:09 +0200
commitddb21572cd00d26d4a6279cc9d337d48847b6340 (patch)
treeca1f5ec7cb4ae58ac67f4f0fc48a72845c225e38 /package/mplayer/patches
parent79adf71b4482f64d6e29aed9555972c17c89e4ce (diff)
update to latest svn version, enable v4l2 for lemote webcam
Diffstat (limited to 'package/mplayer/patches')
-rw-r--r--package/mplayer/patches/patch-configure11
-rw-r--r--package/mplayer/patches/patch-libao2_ao_alsa_c11
-rw-r--r--package/mplayer/patches/patch-loader_win32_c10
3 files changed, 0 insertions, 32 deletions
diff --git a/package/mplayer/patches/patch-configure b/package/mplayer/patches/patch-configure
deleted file mode 100644
index dcebb8645..000000000
--- a/package/mplayer/patches/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- mplayer-1.0-29987.orig/configure 2009-12-10 13:18:20.000000000 +0100
-+++ mplayer-1.0-29987/configure 2010-03-06 12:52:36.000000000 +0100
-@@ -2266,7 +2266,7 @@ EOF
- _optimizing="$proc"
- ;;
-
-- mips)
-+ mips|mips64|mipsel|mips64el)
- _arch='SGI_MIPS'
- _target_arch='ARCH_SGI_MIPS = yes'
- iproc='sgi-mips'
diff --git a/package/mplayer/patches/patch-libao2_ao_alsa_c b/package/mplayer/patches/patch-libao2_ao_alsa_c
deleted file mode 100644
index 7f6478baa..000000000
--- a/package/mplayer/patches/patch-libao2_ao_alsa_c
+++ /dev/null
@@ -1,11 +0,0 @@
---- mplayer-1.0-29987.orig/libao2/ao_alsa.c 2009-12-10 21:54:25.000000000 +0100
-+++ mplayer-1.0-29987/libao2/ao_alsa.c 2009-12-10 22:38:31.000000000 +0100
-@@ -772,8 +772,6 @@ static int play(void* data, int len, int
- {
- int num_frames;
- snd_pcm_sframes_t res = 0;
-- if (!(flags & AOPLAY_FINAL_CHUNK) && len > ao_data.outburst)
-- len = len / ao_data.outburst * ao_data.outburst;
- num_frames = len / bytes_per_sample;
-
- //mp_msg(MSGT_AO,MSGL_ERR,"alsa-play: frames=%i, len=%i\n",num_frames,len);
diff --git a/package/mplayer/patches/patch-loader_win32_c b/package/mplayer/patches/patch-loader_win32_c
deleted file mode 100644
index 9392be1ce..000000000
--- a/package/mplayer/patches/patch-loader_win32_c
+++ /dev/null
@@ -1,10 +0,0 @@
---- mplayer-1.0-29973.orig/loader/win32.c 2009-12-02 19:45:33.000000000 +0100
-+++ mplayer-1.0-29973/loader/win32.c 2009-12-04 22:32:05.000000000 +0100
-@@ -61,7 +61,6 @@ for DLL to know too much about its envir
- #include <dirent.h>
- #include <sys/time.h>
- #include <sys/stat.h>
--#include <sys/timeb.h>
- #ifdef HAVE_KSTAT
- #include <kstat.h>
- #endif