]> git.sesse.net Git - vlc/commitdiff
Revert "contrib: live555: use armlinux config when building for arm"
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 20 Jan 2012 09:46:46 +0000 (10:46 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 20 Jan 2012 09:47:26 +0000 (10:47 +0100)
This reverts commit 4135148ba02495d59c01e190843bf2cc647c7ef1.

It would seem that we need to discuss more about this, before.
Back to the ml.

contrib/src/live555/rules.mak

index 4f870a466eec40a9e71c3819d222c05055e1e2f3..d90c9b7a078c5df9e0c4e37fa0e2663d5306eb56 100644 (file)
@@ -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