nginx: make nginx-rtmp module BigEndian friendly

Signed-off-by: Jan Bubík <jbubik@centrum.cz>
This commit is contained in:
Jan Bubík 2021-04-28 01:01:02 +02:00
parent 816c41b6fc
commit 037f4ec4e4
2 changed files with 1668 additions and 0 deletions

View file

@ -450,6 +450,7 @@ ifeq ($(CONFIG_NGINX_RTMP_MODULE),y)
define Prepare/nginx-rtmp
$(eval $(Download/nginx-rtmp))
xzcat $(DL_DIR)/$(FILE) | tar -C $(PKG_BUILD_DIR) $(TAR_OPTIONS)
$(call PatchDir,$(PKG_BUILD_DIR)/nginx-rtmp,./patches-rtmp-nginx)
endef
endif

File diff suppressed because it is too large Load diff