mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
54458a43c8
* 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 ]
17 lines
448 B
Diff
17 lines
448 B
Diff
Upstream-Status: Pending
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
diff --git a/Makefile b/Makefile
|
|
index 6013ca3..28c6383 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -600,7 +602,7 @@ mplayer$(EXESUF):
|
|
$(CC) -o $@ $^ $(EXTRALIBS)
|
|
|
|
codec-cfg$(EXESUF): codec-cfg.c codec-cfg.h
|
|
- $(HOST_CC) -O -DCODECS2HTML -I. -o $@ $<
|
|
+ $(BUILD_CC) -O -DCODECS2HTML -I. -Iffmpeg -o $@ $<
|
|
|
|
codecs.conf.h: codec-cfg$(EXESUF) etc/codecs.conf
|
|
./$^ > $@
|