mplayer_jz47xx: upgrade to latest version with fixes for latest segfault problem

This commit is contained in:
David Kühling 2012-04-07 04:49:54 +02:00
parent cb9c2cf2ce
commit 29d17cdce6
1 changed files with 7 additions and 4 deletions

View File

@ -1,5 +1,5 @@
#
# Copyright (C) 2011 David Kuehling <dvdkhlng TA gmx TOD de>
# Copyright (C) 2011,2012 David Kuehling <dvdkhlng TA gmx TOD de>
#
# 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)