diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-12-28 10:33:22 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-12-28 10:33:22 +0000 |
commit | a9d779578d707b711a3ed3be9f621c61c9844875 (patch) | |
tree | 7e4c6c7ea7b05cf51829118523b12cd47b711847 /osdep | |
parent | 1fbd5fb5f419b3a8512c265c45a7e26093b2020f (diff) |
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 'osdep')
-rw-r--r-- | osdep/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/osdep/Makefile b/osdep/Makefile index d2af3b8e61..3f22bcacad 100644 --- a/osdep/Makefile +++ b/osdep/Makefile @@ -30,4 +30,4 @@ SRCS_COMMON += $(getch) include ../mpcommon.mak mplayer-rc.o: mplayer.rc - windres -o $@ $< + $(WINDRES) -o $@ $< |