This adds the crtmpserver package from the old svn package tree. I adopt the licensing information and will maintain the package in the future. I also updated the package to the latest version and ensure that is building on x86_64, ar71xx and avr32. Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
13 lines
388 B
Diff
13 lines
388 B
Diff
Index: crtmpserver-r726/builders/make/linux.mk
|
|
===================================================================
|
|
--- crtmpserver-r726.orig/builders/make/linux.mk
|
|
+++ crtmpserver-r726/builders/make/linux.mk
|
|
@@ -38,7 +38,7 @@ dynamic_exec_flags = $(FPIC) $(OPTIMIZAT
|
|
PLATFORM_DEFINES = \
|
|
-DLINUX \
|
|
-DLITTLE_ENDIAN_BYTE_ALIGNED \
|
|
- -DNET_EPOLL
|
|
+ -DNET_SELECT
|
|
|
|
SSL_BASE=/usr/local
|
|
|