mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/mplayer: remove patch
This commit is contained in:
parent
a6cc134059
commit
19aebaa4f4
2 changed files with 2 additions and 19 deletions
|
@ -18,17 +18,13 @@ makedepends=('libxxf86dga' 'libxxf86vm' 'libmad' 'cdparanoia' 'libxinerama' 'sdl
|
|||
license=('GPL')
|
||||
url="http://www.mplayerhq.hu/"
|
||||
options=(!emptydirs)
|
||||
source=(ftp://mirrors.kernel.org/archlinux/other/$pkgbase/$pkgbase-$pkgver.tar.xz mplayer.desktop
|
||||
live-media.patch)
|
||||
source=(ftp://mirrors.kernel.org/archlinux/other/$pkgbase/$pkgbase-$pkgver.tar.xz mplayer.desktop)
|
||||
md5sums=('b5d8c24fc106b4ed58acda3b86c468fa'
|
||||
'c0d6ef795cf6de48e3b87ff7c23f0319'
|
||||
'b6c057633ff7001ee0c102b5f81ec1e3')
|
||||
'c0d6ef795cf6de48e3b87ff7c23f0319')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgbase"
|
||||
|
||||
patch -Np0 -i "$srcdir/live-media.patch"
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--enable-armv5te \
|
||||
--disable-gui \
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
Index: libmpdemux/demux_rtp.cpp
|
||||
===================================================================
|
||||
--- libmpdemux/demux_rtp.cpp (revision 34798)
|
||||
+++ libmpdemux/demux_rtp.cpp (working copy)
|
||||
@@ -19,6 +19,8 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
+#define RTSPCLIENT_SYNCHRONOUS_INTERFACE 1
|
||||
+
|
||||
extern "C" {
|
||||
// on MinGW, we must include windows.h before the things it conflicts
|
||||
#ifdef __MINGW32__ // with. they are each protected from
|
Loading…
Reference in a new issue