1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-15 03:43:53 +02:00

Merge pull request #15527 from jbubik/nginx_nginx-rtmp_BigEndianFriendly

nginx: make nginx-rtmp module BigEndian friendly
This commit is contained in:
Rosen Penev 2021-05-29 14:59:27 -07:00 committed by GitHub
commit 9755e05e4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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