[vlc-commits] Revert "contrib: live555: use armlinux config when building for arm"
Jean-Baptiste Kempf
git at videolan.org
Fri Jan 20 10:47:27 CET 2012
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jan 20 10:46:46 2012 +0100| [21116876182133ab62ce0044a5ee5b176b6b477c] | committer: Jean-Baptiste Kempf
Revert "contrib: live555: use armlinux config when building for arm"
This reverts commit 4135148ba02495d59c01e190843bf2cc647c7ef1.
It would seem that we need to discuss more about this, before.
Back to the ml.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=21116876182133ab62ce0044a5ee5b176b6b477c
---
contrib/src/live555/rules.mak | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/contrib/src/live555/rules.mak b/contrib/src/live555/rules.mak
index 4f870a4..d90c9b7 100644
--- a/contrib/src/live555/rules.mak
+++ b/contrib/src/live555/rules.mak
@@ -23,12 +23,8 @@ endif
LIVE_TARGET = $(error live555 target not defined!)
ifdef HAVE_LINUX
-ifeq ($(ARCH),arm)
-LIVE_TARGET := armlinux
-else
LIVE_TARGET := linux
endif
-endif
ifdef HAVE_WIN32
LIVE_TARGET := mingw
endif
More information about the vlc-commits
mailing list