diff options
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.patch | 16 |
1 files changed, 0 insertions, 16 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 deleted file mode 100644 index 7b290b505..000000000 --- a/meta-oe/recipes-multimedia/mplayer/mplayer2/cross.compile.codec-cfg.patch +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | Upstream-Status: Pending | ||
2 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||
3 | |||
4 | diff --git a/Makefile b/Makefile | ||
5 | index 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 | ./$^ > $@ | ||