mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-05 05:06:15 +02:00
mplayer_jz47xx: package for experimental mplayer video acceleration driver
This commit is contained in:
parent
a34928054a
commit
80a3d2ddc5
63
mplayer_jz47xx/Makefile
Normal file
63
mplayer_jz47xx/Makefile
Normal file
@ -0,0 +1,63 @@
|
||||
#
|
||||
# Copyright (C) 2011 David Kuehling <dvdkhlng TA gmx TOD de>
|
||||
#
|
||||
# License GPLv2 or later. NO WARRANTY.
|
||||
#
|
||||
# OpenWRT package for mplayer_jz47xx accelerated mplayer video driver
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=mplayer_jz47xx
|
||||
PKG_VERSION:=0.1.0
|
||||
PKG_RELEASE:=1
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=@SF/mplayer-jz47xx
|
||||
PKG_MD5SUM:=79fd57d1f9c0218c540c0b47eaf1d143
|
||||
PKG_INSTALL:=1
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/mplayer_jz47xx/Default
|
||||
MAINTAINER:="David Kuehling" <dvdkhlng TA gmx TOD de>
|
||||
SECTION:=multimedia
|
||||
CATEGORY:=Multimedia
|
||||
TITLE:=MPlayer accelerated vidix for Ingenic Jz47xx IPU
|
||||
URL:=https://sourceforge.net/projects/mplayer_jz47xx/
|
||||
DEPENDS:=+MPlayer
|
||||
endef
|
||||
|
||||
define Package/mplayer_jz47xx/Default/description
|
||||
Accelerated vidix driver for MPlayer. Start mplayer with option
|
||||
\'-vo fbdev:vidix\' to use it.
|
||||
endef
|
||||
|
||||
define Package/mplayer_jz47xx
|
||||
$(call Package/mplayer_jz47xx/Default)
|
||||
endef
|
||||
|
||||
define Package/mplayer_jz47xx/description
|
||||
$(call Package/mplayer_jz47xx/Default/description)
|
||||
endef
|
||||
|
||||
|
||||
#CONFIGURE_ARGS +=
|
||||
|
||||
define Build/Configure
|
||||
$(call Build/Configure/Default)
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
$(call Build/Compile/Default)
|
||||
endef
|
||||
|
||||
define Package/mplayer_jz47xx/install
|
||||
$(INSTALL_DIR) $(1)/usr
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/* $(1)/usr/
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,mplayer_jz47xx))
|
||||
|
||||
# The following comments configure the Emacs editor. Just ignore them.
|
||||
# Local Variables:
|
||||
# compile-command: "make -C ~/h/src/qi/openwrt-xburst package/mplayer_jz47xx/compile -j2 V=99"
|
||||
# End:
|
Loading…
Reference in New Issue
Block a user