mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-04 23:09:21 +02:00
MPlayer: enable volume control via Ben volume keys
This commit is contained in:
parent
2d9742edc1
commit
7c7d365c6b
@ -41,15 +41,20 @@ CONFIGURE_ARGS := --target=mips \
|
||||
--extra-ldflags="-L$(STAGING_DIR)/usr/lib/libiconv/lib" \
|
||||
--host-cc=gcc \
|
||||
--enable-fbdev \
|
||||
--confdir=/usr/share/mplayer \
|
||||
--enable-menu
|
||||
|
||||
define Package/MPlayer/install
|
||||
$(INSTALL_DIR) \
|
||||
$(1)/usr/bin
|
||||
$(1)/usr/bin \
|
||||
$(1)/usr/share/mplayer
|
||||
|
||||
$(INSTALL_BIN) \
|
||||
$(PKG_BUILD_DIR)/mplayer \
|
||||
$(1)/usr/bin/mplayer
|
||||
$(INSTALL_DATA) \
|
||||
$(FILES_DIR)/input.conf \
|
||||
$(1)/usr/share/mplayer
|
||||
|
||||
endef
|
||||
|
||||
|
2
mplayer/files/input.conf
Normal file
2
mplayer/files/input.conf
Normal file
@ -0,0 +1,2 @@
|
||||
F12 volume -1
|
||||
F11 volume 1
|
Loading…
Reference in New Issue
Block a user