From 342a9f7c8d35b3dd8fbfd703fe74e170e6b63ec7 Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Sun, 10 Dec 2006 23:23:53 +0000 Subject: mplayer_0.0+1.0rc1.bb, mplayer_svn.bb : remove the -s from the install command in the Makefile. Should fix #1669 --- packages/mplayer/files/Makefile-codec-cfg.patch | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'packages/mplayer/files/Makefile-codec-cfg.patch') diff --git a/packages/mplayer/files/Makefile-codec-cfg.patch b/packages/mplayer/files/Makefile-codec-cfg.patch index 8eec79f291..f1fe636df2 100644 --- a/packages/mplayer/files/Makefile-codec-cfg.patch +++ b/packages/mplayer/files/Makefile-codec-cfg.patch @@ -1,11 +1,13 @@ ---- trunk/Makefile.orig 2006-07-24 09:55:12.000000000 +0100 -+++ trunk/Makefile 2006-07-24 09:56:18.000000000 +0100 -@@ -410,7 +410,7 @@ - endif +Index: trunk/Makefile +=================================================================== +--- trunk.orig/Makefile ++++ trunk/Makefile +@@ -239,7 +239,7 @@ mencoder$(EXESUF): $(MENCODER_DEPS) + $(CC) -o $@ $^ $(LDFLAGS_MENCODER) - codec-cfg: codec-cfg.c codec-cfg.h help_mp.h + codec-cfg$(EXESUF): codec-cfg.c codec-cfg.h help_mp.h - $(HOST_CC) -I. -DCODECS2HTML codec-cfg.c -o $@ -+ $(BUILD_CC) -Ilibmpdemux -Iloader -Ilibvo -I. -DCODECS2HTML codec-cfg.c -o $@ ++ $(BUILD_CC) -I. -DCODECS2HTML codec-cfg.c -o $@ - codecs.conf.h: codec-cfg etc/codecs.conf - ./codec-cfg ./etc/codecs.conf > $@ + codecs.conf.h: codec-cfg$(EXESUF) etc/codecs.conf + ./codec-cfg$(EXESUF) ./etc/codecs.conf > $@ -- cgit v1.2.3