diff options
author | Graeme Gregory <dp@xora.org.uk> | 2006-11-29 12:51:06 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2006-11-29 12:51:06 +0000 |
commit | 9bd07ee8a2b3ccbc5be100bda3eb2f2e0f7985ff (patch) | |
tree | 1250440a8e585e8023eb0cf648cc402def99a8f4 /packages/mplayer/files | |
parent | 161de35501fc0166133a322973336628eb7d1485 (diff) |
mplayer/files/Makefile.patch : refresh and fix a small cross compile problem
seen on some hosts.
Diffstat (limited to 'packages/mplayer/files')
-rw-r--r-- | packages/mplayer/files/Makefile.patch | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/packages/mplayer/files/Makefile.patch b/packages/mplayer/files/Makefile.patch index da316ad129..b9b68491c5 100644 --- a/packages/mplayer/files/Makefile.patch +++ b/packages/mplayer/files/Makefile.patch @@ -1,11 +1,15 @@ ---- mplayer_20060519/Makefile.orig 2006-05-30 09:32:23.000000000 +0100 -+++ mplayer_20060519/Makefile 2006-05-30 09:34:07.000000000 +0100 -@@ -438,7 +438,7 @@ +Index: MPlayer-1.0pre8/Makefile +=================================================================== +--- MPlayer-1.0pre8.orig/Makefile ++++ MPlayer-1.0pre8/Makefile +@@ -438,8 +438,8 @@ codecs2html: mp_msg.o $(CC) -DCODECS2HTML codec-cfg.c mp_msg.o -o $@ $(PRG_CFG): codec-cfg.c codec-cfg.h help_mp.h - $(HOST_CC) $(HOST_CFLAGS) -I. codec-cfg.c -o $(PRG_CFG) \ +- -DCODECS2HTML $(EXTRA_LIB) $(EXTRA_INC) + $(BUILD_CC) -Ilibmpdemux -Iloader -Ilibvo -I. codec-cfg.c -o $(PRG_CFG) \ - -DCODECS2HTML $(EXTRA_LIB) $(EXTRA_INC) ++ -DCODECS2HTML install: $(ALL_PRG) + ifeq ($(VIDIX),yes) |