From 6a3d4a36140caaec27196b1edea2abe2604e3f83 Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Thu, 11 Apr 2024 15:54:51 +0200 Subject: [PATCH] contrib: live555: always apply android patches They are checking for __ANDROID__ so can be used in all sources. --- contrib/src/live555/rules.mak | 2 -- 1 file changed, 2 deletions(-) diff --git a/contrib/src/live555/rules.mak b/contrib/src/live555/rules.mak index ed6b873ee1..f6c5a6577e 100644 --- a/contrib/src/live555/rules.mak +++ b/contrib/src/live555/rules.mak @@ -83,12 +83,10 @@ endif $(APPLY) $(SRC)/live555/mingw-static-libs.patch # FormatMessageA is available on all Windows versions, even WinRT $(APPLY) $(SRC)/live555/live555-formatmessage.patch -ifdef HAVE_ANDROID # ifaddrs.h is supported since API level 24 $(APPLY) $(SRC)/live555/android-no-ifaddrs.patch # Don't use unavailable off64_t functions $(APPLY) $(SRC)/live555/file-offset-bits-64.patch -endif cd $(UNPACK_DIR) && sed -i.orig "s,LIBRARY_LINK =.*,LIBRARY_LINK = $(AR) cr ,g" config.macosx* mv live.$(LIVE555_VERSION) $@ && touch $@