mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-25 18:10:38 +02:00
mplayer: use ICONV notation
This commit is contained in:
parent
9213cf17ec
commit
e027bf3768
@ -15,13 +15,14 @@ PKG_SOURCE_URL:=http://www.mplayerhq.hu/MPlayer/releases/
|
|||||||
PKG_MD5SUM:=0191ddb9c21620779838e53a4cca5ac1
|
PKG_MD5SUM:=0191ddb9c21620779838e53a4cca5ac1
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
include $(INCLUDE_DIR)/nls.mk
|
||||||
|
|
||||||
define Package/MPlayer
|
define Package/MPlayer
|
||||||
SECTION:=multimedia
|
SECTION:=multimedia
|
||||||
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 +libfreetype +fontconfig +libiconv +BUILD_PATENTED:libmad
|
DEPENDS:=+libjpeg +libpng +directfb +zlib +libsdl +libfreetype +fontconfig $(ICONV_DEPENDS) +BUILD_PATENTED:libmad
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/MPlayer/description
|
define Package/MPlayer/description
|
||||||
@ -37,8 +38,8 @@ CONFIGURE_ARGS := --target=mips \
|
|||||||
--with-freetype-config=$(STAGING_DIR)/host/bin/freetype-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" \
|
$(ICONV_CPPFLAGS)" \
|
||||||
--extra-ldflags="-L$(STAGING_DIR)/usr/lib/libiconv/lib" \
|
--extra-ldflags="$(ICONV_LDFLAGS)" \
|
||||||
--host-cc=gcc \
|
--host-cc=gcc \
|
||||||
--enable-fbdev \
|
--enable-fbdev \
|
||||||
--confdir=/usr/share/mplayer \
|
--confdir=/usr/share/mplayer \
|
||||||
|
Loading…
Reference in New Issue
Block a user