Browse Source

Merge pull request #15527 from jbubik/nginx_nginx-rtmp_BigEndianFriendly

nginx: make nginx-rtmp module BigEndian friendly
lilik-openwrt-22.03
Rosen Penev 3 years ago
committed by GitHub
parent
commit
9755e05e4e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1668 additions and 0 deletions
  1. +1
    -0
      net/nginx/Makefile
  2. +1667
    -0
      net/nginx/patches-rtmp-nginx/100-bigedian.patch

+ 1
- 0
net/nginx/Makefile 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


+ 1667
- 0
net/nginx/patches-rtmp-nginx/100-bigedian.patch
File diff suppressed because it is too large
View File


Loading…
Cancel
Save