summaryrefslogtreecommitdiffstats
path: root/vidix
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 /vidix
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 'vidix')
-rw-r--r--vidix/dhahelperwin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/vidix/dhahelperwin/Makefile b/vidix/dhahelperwin/Makefile
index d0965b7faf..d6f8f94408 100644
--- a/vidix/dhahelperwin/Makefile
+++ b/vidix/dhahelperwin/Makefile
@@ -9,7 +9,7 @@ dhahelper.o: dhahelper.c dhahelper.h
$(CC) -Wall -Os -c $< -o $@
dhahelper-rc.o: dhahelper.rc common.ver ntverp.h
- windres -I. $< $@
+ $(WINDRES) -I. $< $@
base.tmp: dhahelper.o dhahelper-rc.o
$(CC) -Wl,--base-file,$@ \