From 29d17cdce62f63461a725cd8fa8937a0317e8c82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20K=C3=BChling?= Date: Sat, 7 Apr 2012 04:49:54 +0200 Subject: [PATCH] mplayer_jz47xx: upgrade to latest version with fixes for latest segfault problem --- mplayer_jz47xx/Makefile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/mplayer_jz47xx/Makefile b/mplayer_jz47xx/Makefile index 5b4b073..91cfb25 100644 --- a/mplayer_jz47xx/Makefile +++ b/mplayer_jz47xx/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2011 David Kuehling +# Copyright (C) 2011,2012 David Kuehling # # License GPLv2 or later. NO WARRANTY. # @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mplayer_jz47xx -PKG_VERSION:=0.1.5 +PKG_VERSION:=0.1.6 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/mplayer-jz47xx -PKG_MD5SUM:=cff93959d4e374b1acd3ae11bc6b1190 +PKG_MD5SUM:=a6a5121a43a420ba4cda1b153d64c41d PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk @@ -28,7 +28,9 @@ endef define Package/mplayer_jz47xx/Default/description Accelerated vidix driver for MPlayer. Start mplayer with option - \'-vo cvidix -srceenw 320 screenh 240 -fs\' to use it. + \'-vo cvidix -srceenw 320 screenh 240 -fs\' to use it. Note: needs small + patch applied to mplayer codebase for MPlayer to detect/load it. See source + tar ball\'s README.txt for details. endef define Package/mplayer_jz47xx @@ -41,6 +43,7 @@ endef #CONFIGURE_ARGS += +TARGET_LDFLAGS+= define Build/Configure $(call Build/Configure/Default)