diff options
-rw-r--r-- | package/multimedia/mplayer/mplayer.mk | 1 |
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) \ |