summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-28 10:33:22 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-28 10:33:22 +0000
commita9d779578d707b711a3ed3be9f621c61c9844875 (patch)
tree7e4c6c7ea7b05cf51829118523b12cd47b711847 /configure
parent1fbd5fb5f419b3a8512c265c45a7e26093b2020f (diff)
downloadmpv-a9d779578d707b711a3ed3be9f621c61c9844875.tar.bz2
mpv-a9d779578d707b711a3ed3be9f621c61c9844875.tar.xz
Make windres binary name configurable, useful for cross-compiling.
patch by sheba, sheba469 yahoo com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25534 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure b/configure
index 991fb6be75..ee1de77a55 100755
--- a/configure
+++ b/configure
@@ -400,6 +400,7 @@ Miscellaneous options:
--as=ASSEMBLER assembler to build MPlayer [as]
--ar=AR librarian to build MPlayer [ar]
--ranlib=RANLIB ranlib to build MPlayer [ranlib]
+ --windres=WINDRES windres to build MPlayer [windres]
--target=PLATFORM target platform (i386-linux, arm-linux, etc)
--enable-static build a statically linked binary
--charset=charset convert the console messages to this character set
@@ -478,6 +479,7 @@ _mtrr=auto
_altivec=auto
_install=install
_ranlib=ranlib
+_windres=windres
_ldconfig=ldconfig
_cc=cc
_ar=ar
@@ -770,6 +772,9 @@ for ac_option do
--ranlib=*)
_ranlib=`echo $ac_option | cut -d '=' -f 2`
;;
+ --windres=*)
+ _windres=`echo $ac_option | cut -d '=' -f 2`
+ ;;
--charset=*)
_charset=`echo $ac_option | cut -d '=' -f 2`
;;
@@ -7597,6 +7602,7 @@ CC = $_cc
CXX = $_cc
HOST_CC = $_host_cc
RANLIB = $_ranlib
+WINDRES = $_windres
LDCONFIG = $_ldconfig
INSTALL = $_install
EXTRA_INC = $_inc_extra