[oe-commits] org.oe.dev mplayer/files/Makefile.patch : refresh and fix a small cross compile problem

xora commit openembedded-commits at lists.openembedded.org
Thu Nov 30 10:39:21 UTC 2006


mplayer/files/Makefile.patch : refresh and fix a small cross compile problem
seen on some hosts.

Author: xora at openembedded.org
Branch: org.openembedded.dev
Revision: e5838be9f21da1bfd36d7676cbc48579b0af1b53
ViewMTN: http://monotone.openembedded.org/revision.psp?id=e5838be9f21da1bfd36d7676cbc48579b0af1b53
Files:
1
packages/mplayer/files/Makefile.patch
Diffs:

#
# mt diff -r39b81fd44930e36809c40f45077c1f262b601e72 -re5838be9f21da1bfd36d7676cbc48579b0af1b53
#
# 
# 
# patch "packages/mplayer/files/Makefile.patch"
#  from [6ae1eb74eb1fc8fa979fcda1faeaf8103f40a999]
#    to [1f161155685f3634d7e3f6ef5802d30137abc22b]
# 
============================================================
--- packages/mplayer/files/Makefile.patch	6ae1eb74eb1fc8fa979fcda1faeaf8103f40a999
+++ packages/mplayer/files/Makefile.patch	1f161155685f3634d7e3f6ef5802d30137abc22b
@@ -1,11 +1,15 @@
---- 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 @@
+Index: MPlayer-1.0pre8/Makefile
+===================================================================
+--- MPlayer-1.0pre8.orig/Makefile
++++ MPlayer-1.0pre8/Makefile
+@@ -438,8 +438,8 @@ codecs2html: mp_msg.o
  	$(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) \
+-	-DCODECS2HTML $(EXTRA_LIB) $(EXTRA_INC)
 +	$(BUILD_CC) -Ilibmpdemux -Iloader -Ilibvo -I. codec-cfg.c -o $(PRG_CFG) \
- 	-DCODECS2HTML $(EXTRA_LIB) $(EXTRA_INC)
++	-DCODECS2HTML 
  
  install: $(ALL_PRG)
+ ifeq ($(VIDIX),yes)






More information about the Openembedded-commits mailing list