summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia/mplayer/mplayer2/cross.compile.codec-cfg.patch
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2011-11-04 09:38:56 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2011-11-04 17:11:04 +0100
commit54458a43c8988826f7d7b738a6f942a2aef52e74 (patch)
tree7a9dceed0bcf4da12e48203bb1b2afcd8689bead /meta-oe/recipes-multimedia/mplayer/mplayer2/cross.compile.codec-cfg.patch
parent4fafe9bf33d015defd2fd3324a53ff2d17876c33 (diff)
downloadmeta-openembedded-54458a43c8988826f7d7b738a6f942a2aef52e74.tar.gz
mplayer2: import from OE-classic
* taken from 1a91fc4b705b0c4f45eb088a2f7aea01ebc9c98e * dropped V4L1, largefile, xvmc * added libass * added LIC_FILES_CHKSUM * upgraded to latest SRCREV * moved glamo patch to meta-openmoko layer Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> [ Koen - commented out mplayer-common for the time being ]
Diffstat (limited to 'meta-oe/recipes-multimedia/mplayer/mplayer2/cross.compile.codec-cfg.patch')
-rw-r--r--meta-oe/recipes-multimedia/mplayer/mplayer2/cross.compile.codec-cfg.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-multimedia/mplayer/mplayer2/cross.compile.codec-cfg.patch b/meta-oe/recipes-multimedia/mplayer/mplayer2/cross.compile.codec-cfg.patch
new file mode 100644
index 000000000..7b290b505
--- /dev/null
+++ b/meta-oe/recipes-multimedia/mplayer/mplayer2/cross.compile.codec-cfg.patch
@@ -0,0 +1,16 @@
1Upstream-Status: Pending
2Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
3
4diff --git a/Makefile b/Makefile
5index 6013ca3..28c6383 100644
6--- a/Makefile
7+++ b/Makefile
8@@ -600,7 +602,7 @@ mplayer$(EXESUF):
9 $(CC) -o $@ $^ $(EXTRALIBS)
10
11 codec-cfg$(EXESUF): codec-cfg.c codec-cfg.h
12- $(HOST_CC) -O -DCODECS2HTML -I. -o $@ $<
13+ $(BUILD_CC) -O -DCODECS2HTML -I. -Iffmpeg -o $@ $<
14
15 codecs.conf.h: codec-cfg$(EXESUF) etc/codecs.conf
16 ./$^ > $@