Change Details
mplayer_jz47xx/Makefile |
1 | 1 | # |
2 | | # Copyright (C) 2011 David Kuehling <dvdkhlng TA gmx TOD de> |
| 2 | # Copyright (C) 2011,2012 David Kuehling <dvdkhlng TA gmx TOD de> |
3 | 3 | # |
4 | 4 | # License GPLv2 or later. NO WARRANTY. |
5 | 5 | # |
... | ... | |
8 | 8 | include $(TOPDIR)/rules.mk |
9 | 9 | |
10 | 10 | PKG_NAME:=mplayer_jz47xx |
11 | | PKG_VERSION:=0.1.5 |
| 11 | PKG_VERSION:=0.1.6 |
12 | 12 | PKG_RELEASE:=1 |
13 | 13 | PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
14 | 14 | PKG_SOURCE_URL:=@SF/mplayer-jz47xx |
15 | | PKG_MD5SUM:=cff93959d4e374b1acd3ae11bc6b1190 |
| 15 | PKG_MD5SUM:=a6a5121a43a420ba4cda1b153d64c41d |
16 | 16 | PKG_INSTALL:=1 |
17 | 17 | |
18 | 18 | include $(INCLUDE_DIR)/package.mk |
... | ... | |
28 | 28 | |
29 | 29 | define Package/mplayer_jz47xx/Default/description |
30 | 30 | Accelerated vidix driver for MPlayer. Start mplayer with option |
31 | | \'-vo cvidix -srceenw 320 screenh 240 -fs\' to use it. |
| 31 | \'-vo cvidix -srceenw 320 screenh 240 -fs\' to use it. Note: needs small |
| 32 | patch applied to mplayer codebase for MPlayer to detect/load it. See source |
| 33 | tar ball\'s README.txt for details. |
32 | 34 | endef |
33 | 35 | |
34 | 36 | define Package/mplayer_jz47xx |
... | ... | |
41 | 43 | |
42 | 44 | |
43 | 45 | #CONFIGURE_ARGS += |
| 46 | TARGET_LDFLAGS+= |
44 | 47 | |
45 | 48 | define Build/Configure |
46 | 49 | $(call Build/Configure/Default) |
Download the corresponding diff file