mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-25 21:36:15 +02:00
MPlayer: enable OSD support
This commit is contained in:
parent
cebe75487b
commit
2d9742edc1
@ -21,7 +21,7 @@ define Package/MPlayer
|
|||||||
CATEGORY:=Multimedia
|
CATEGORY:=Multimedia
|
||||||
TITLE:=MPlayer, the movie player
|
TITLE:=MPlayer, the movie player
|
||||||
URL:=http://www.mplayerhq.hu
|
URL:=http://www.mplayerhq.hu
|
||||||
DEPENDS:=+libjpeg +libpng +directfb +zlib +libsdl +libmad @BUILD_PATENTED
|
DEPENDS:=+libjpeg +libpng +directfb +zlib +libsdl +libfreetype +fontconfig +libiconv +libmad @BUILD_PATENTED
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/MPlayer/description
|
define Package/MPlayer/description
|
||||||
@ -34,10 +34,14 @@ CONFIGURE_ARGS := --target=mips \
|
|||||||
--enable-cross-compile \
|
--enable-cross-compile \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--with-sdl-config=$(STAGING_DIR)/usr/bin/sdl-config \
|
--with-sdl-config=$(STAGING_DIR)/usr/bin/sdl-config \
|
||||||
|
--with-freetype-config=$(STAGING_DIR)/host/bin/freetype-config \
|
||||||
--enable-rpath \
|
--enable-rpath \
|
||||||
--extra-cflags=-I$(STAGING_DIR)/usr/include/directfb \
|
--extra-cflags="-I$(STAGING_DIR)/usr/include/directfb \
|
||||||
|
-I$(STAGING_DIR)/usr/lib/libiconv/include" \
|
||||||
|
--extra-ldflags="-L$(STAGING_DIR)/usr/lib/libiconv/lib" \
|
||||||
--host-cc=gcc \
|
--host-cc=gcc \
|
||||||
--enable-fbdev
|
--enable-fbdev \
|
||||||
|
--enable-menu
|
||||||
|
|
||||||
define Package/MPlayer/install
|
define Package/MPlayer/install
|
||||||
$(INSTALL_DIR) \
|
$(INSTALL_DIR) \
|
||||||
|
Loading…
Reference in New Issue
Block a user