[vlc-devel] commit: Fix live555 compilation under Scratchbox ( Rémi Denis-Courmont )

git version control git at videolan.org
Sun Feb 21 12:22:13 CET 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Feb 21 13:21:47 2010 +0200| [08a13fd4366cb2defaa0c6f5b2283483565446db] | committer: Rémi Denis-Courmont 

Fix live555 compilation under Scratchbox

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=08a13fd4366cb2defaa0c6f5b2283483565446db
---

 extras/contrib/src/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 6ee76fa..1f91437 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -1240,7 +1240,7 @@ ifdef HAVE_BIGENDIAN
 	(cd $<; ./genMakefiles armeb-uclibc && make $(HOSTCC))
 endif
 else
-ifeq ($(ARCH),armel)
+ifeq ($(ARCH)$(HAVE_MAEMO),armel)
 	(cd $<; ./genMakefiles armlinux && make $(HOSTCC))
 else
 	(cd $<; sed -e 's%-D_FILE_OFFSET_BITS=64%-D_FILE_OFFSET_BITS=64\ -fPIC\ -DPIC%' -i.orig config.linux)




More information about the vlc-devel mailing list