summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorHans-Christian Egtvedt2008-12-04 17:49:06 +0100
committerHans-Christian Egtvedt2008-12-04 17:49:06 +0100
commit5851eae5f040ee36feef61cf51602c3ac76031e3 (patch)
treee170e01d448164c386818cbe26565820f42a5b66 /package
parenttslib: add dependency to hsot-autoconf and host-automake (diff)
downloadbuildroot-5851eae5f040ee36feef61cf51602c3ac76031e3.tar.gz
buildroot-5851eae5f040ee36feef61cf51602c3ac76031e3.tar.xz
buildroot-5851eae5f040ee36feef61cf51602c3ac76031e3.zip
mplayer: set charset explisit to US-ASCII to ease intl compile
This patch set the charset selected by mplayer to US-ASCII because mplayer configure script have problems detecting working cross compiled iconv tools
Diffstat (limited to 'package')
-rw-r--r--package/multimedia/mplayer/mplayer.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/multimedia/mplayer/mplayer.mk b/package/multimedia/mplayer/mplayer.mk
index 90ac630a0..7d7c83032 100644
--- a/package/multimedia/mplayer/mplayer.mk
+++ b/package/multimedia/mplayer/mplayer.mk
@@ -41,6 +41,7 @@ $(MPLAYER_DIR)/.configured: $(MPLAYER_DIR)/.unpacked
--as=$(TARGET_CROSS)as \
--with-extraincdir=$(STAGING_DIR)/usr/include \
--with-extralibdir=$(STAGING_DIR)/lib \
+ --charset=US-ASCII \
--enable-mad \
--enable-fbdev \
$(MPLAYER_ENDIAN) \