Commit 21116876 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.
parent 235d0180
...@@ -23,12 +23,8 @@ endif ...@@ -23,12 +23,8 @@ endif
LIVE_TARGET = $(error live555 target not defined!) LIVE_TARGET = $(error live555 target not defined!)
ifdef HAVE_LINUX ifdef HAVE_LINUX
ifeq ($(ARCH),arm)
LIVE_TARGET := armlinux
else
LIVE_TARGET := linux LIVE_TARGET := linux
endif endif
endif
ifdef HAVE_WIN32 ifdef HAVE_WIN32
LIVE_TARGET := mingw LIVE_TARGET := mingw
endif 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