diff options
author | Graeme Gregory <dp@xora.org.uk> | 2006-05-30 12:49:51 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-30 12:49:51 +0000 |
commit | 3e70f1f55a14b23a43512452aae21c1ad1f219eb (patch) | |
tree | 89fad35b03533464260cb54dec869e31e27f05ae /packages/mplayer/mplayer-1.0pre7+cvs20060519/Makefile.patch | |
parent | 887011f6f665e04a84b2f25bb902c2196f928b6d (diff) |
mplayer_1.0pre7+cvs20060519.bb : add a cvs snapshot of mplayer in prep for
a svn version when they get the repos open to public again.
Is patched with the w100 driver from mplayer-atty so platforms with w100 can
try --enable-w100.
Diffstat (limited to 'packages/mplayer/mplayer-1.0pre7+cvs20060519/Makefile.patch')
-rw-r--r-- | packages/mplayer/mplayer-1.0pre7+cvs20060519/Makefile.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/mplayer/mplayer-1.0pre7+cvs20060519/Makefile.patch b/packages/mplayer/mplayer-1.0pre7+cvs20060519/Makefile.patch new file mode 100644 index 0000000000..da316ad129 --- /dev/null +++ b/packages/mplayer/mplayer-1.0pre7+cvs20060519/Makefile.patch @@ -0,0 +1,11 @@ +--- mplayer_20060519/Makefile.orig 2006-05-30 09:32:23.000000000 +0100 ++++ mplayer_20060519/Makefile 2006-05-30 09:34:07.000000000 +0100 +@@ -438,7 +438,7 @@ + $(CC) -DCODECS2HTML codec-cfg.c mp_msg.o -o $@ + + $(PRG_CFG): codec-cfg.c codec-cfg.h help_mp.h +- $(HOST_CC) $(HOST_CFLAGS) -I. codec-cfg.c -o $(PRG_CFG) \ ++ $(BUILD_CC) -Ilibmpdemux -Iloader -Ilibvo -I. codec-cfg.c -o $(PRG_CFG) \ + -DCODECS2HTML $(EXTRA_LIB) $(EXTRA_INC) + + install: $(ALL_PRG) |