Commit 0c427a27 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Revert "contrib: live555: use armlinux config when building for arm"

This reverts commit 4135148b.

It would seem that we need to discuss more about this, before.
Back to the ml.
(cherry picked from commit 21116876)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 59f9709b
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment