[live555] Pass options to fix osx (#36120)

* [live555] Pass options to fix osx

* format

* version

* EOL

* version
This commit is contained in:
Frank 2024-01-13 02:25:19 +08:00 committed by GitHub
parent 9ac63262a8
commit 88b81397bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 1 deletions

View File

@ -17,6 +17,13 @@ if (NOT MSVC)
add_compile_options(-DSOCKLEN_T=socklen_t)
endif()
if (CMAKE_SYSTEM_NAME MATCHES "Darwin")
add_compile_options(-DBSD=1)
add_compile_options(-DHAVE_SOCKADDR_LEN=1)
add_compile_options(-DTIME_BASE=int)
add_compile_options(-DNEED_XLOCALE_H=1)
endif()
file(GLOB BASIC_USAGE_ENVIRONMENT_SRCS BasicUsageEnvironment/*.c BasicUsageEnvironment/*.cpp)
add_library(BasicUsageEnvironment ${BASIC_USAGE_ENVIRONMENT_SRCS})

View File

@ -1,6 +1,7 @@
{
"name": "live555",
"version-date": "2023-11-30",
"port-version": 1,
"description": "A complete RTSP server application",
"homepage": "http://www.live555.com/liveMedia",
"license": "GPL-3.0-or-later",

View File

@ -5238,7 +5238,7 @@
},
"live555": {
"baseline": "2023-11-30",
"port-version": 0
"port-version": 1
},
"llfio": {
"baseline": "2023-11-06",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2402cdcc3405afe25f02e4a6d3c44ec1b1c68aaf",
"version-date": "2023-11-30",
"port-version": 1
},
{
"git-tree": "80eb597529bc497ceb274509b6224bf0524930c1",
"version-date": "2023-11-30",