Commit 4135148b authored by Rafaël Carré's avatar Rafaël Carré

contrib: live555: use armlinux config when building for arm

parent 5740099f
......@@ -20,8 +20,12 @@ live555: $(LIVE555_FILE) .sum-live555
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