summaryrefslogtreecommitdiff
path: root/packages/mplayer/files/Makefile-codec-cfg.patch
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2006-12-10 23:23:53 +0000
committerGraeme Gregory <dp@xora.org.uk>2006-12-10 23:23:53 +0000
commit342a9f7c8d35b3dd8fbfd703fe74e170e6b63ec7 (patch)
tree791fffe557a6d4e764c49a85a65279f5d0428312 /packages/mplayer/files/Makefile-codec-cfg.patch
parentbc9afc249ce775b24751661e0279b87e389c8af2 (diff)
mplayer_0.0+1.0rc1.bb, mplayer_svn.bb : remove the -s from the install
command in the Makefile. Should fix #1669
Diffstat (limited to 'packages/mplayer/files/Makefile-codec-cfg.patch')
-rw-r--r--packages/mplayer/files/Makefile-codec-cfg.patch18
1 files changed, 10 insertions, 8 deletions
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 > $@