--- mplayer-1.0~rc2/debian/rules.orig	2008-12-23 23:39:24.000000000 +0800
+++ mplayer-1.0~rc2/debian/rules	2008-12-23 23:42:52.000000000 +0800
@@ -37,11 +37,7 @@
 # See target "fix-orig-source" in this makefile.
 DFSG := $(shell test -d libdvdcss && echo 'This version of MPlayer contains libdvdcss.' )
 
-ifeq ($(DFSG),)
-extraversion := DFSG-free
-else
 extraversion := DFSG-nonfree
-endif
 
 
 
@@ -72,11 +68,11 @@
 
 
 ## This can be overridden from the command line, see README.Debian.
-DEB_BUILD_CONFIGURE=--disable-bitmap-font  --disable-ggi  --disable-xvid --language=all  --disable-xmms --disable-arts --disable-aa --disable-mad --disable-libdv  --enable-libavutil_so   --enable-libavcodec_so  --enable-libavformat_so --enable-libpostproc_so --disable-faad-internal --enable-faad-external $(archconf)
+DEB_BUILD_CONFIGURE=--disable-bitmap-font  --disable-ggi  --disable-xvid --language=zh_CN,all  --disable-xmms --disable-arts --disable-aa --disable-mad --disable-libdv  --enable-libavutil_so   --enable-libavcodec_so  --enable-libavformat_so --enable-libpostproc_so --disable-faad-internal --enable-faad-external $(archconf)
 
 
 # Choose whether we want binary codec support (default on unknown archs: no).
-with_real_and_xanim = false
+with_real_and_xanim = true
 with_win32 = false
 
 ifeq ($(arch),i386)
@@ -97,6 +93,10 @@
   with_real_and_xanim = true
   DEB_BUILD_CONFIGURE += --enable-runtime-cpudetection
 endif
+ifeq ($(arch),mipsel)
+  with_real_and_xanim = true
+endif
+
 ifeq ($(arch),kfreebsd-amd64)
   with_real_and_xanim = true
   DEB_BUILD_CONFIGURE += --enable-runtime-cpudetection

