vlc | branch: master | Rafaël Carré <[email protected]> | Thu Jan 19 16:58:41 2012 -0500| [4135148ba02495d59c01e190843bf2cc647c7ef1] | committer: Rafaël Carré
contrib: live555: use armlinux config when building for arm > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4135148ba02495d59c01e190843bf2cc647c7ef1 --- contrib/src/live555/rules.mak | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/contrib/src/live555/rules.mak b/contrib/src/live555/rules.mak index a358b09..9997fc8 100644 --- a/contrib/src/live555/rules.mak +++ b/contrib/src/live555/rules.mak @@ -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 _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
