文件最后提交记录最后更新时间
Contribs: update libshout to 2.4.1 10 年前
Contribs: update libshout to 2.4.1 10 年前
contrib/shout: disable openssl functionality Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 10 年前
Contribs: update libshout to 2.4.1 10 年前
contrib: shout: Don't build examples nor doc (cherry picked from commit ef8c7fc596569ce4757bc8e0240bc42503542184) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 7 年前
contrib: shout: Don't force -lwsock32 (cherry picked from commit 2e5a1e8b46f59b90e5b14da24f47103cca165e76) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 7 年前
contrib: libshout: Apply a patch to avoid implicit declarations of gettimeofday This patch has been sent upstream at https://gitlab.xiph.org/xiph/icecast-common/-/merge_requests/2 but hasn't been acted upon there yet. When building for a mingw target, HAVE_GETTIMEOFDAY is defined (as the gettimeofday function was found), but the #ifdef _WIN32 #else block never tried to include <sys/time.h> (which provides the declaration) and/or <time.h> for such targets. This caused gettimeofday to be used without a prior declaration. This has been visible as an easily overlooked warning, but Clang 15 changed this into a fatal error by default, when building in C99 mode (or newer). [1] (While Clang 15 still is under development, this may still change before it's released, but the warning is valid in any case.) Decouple including of those headers from the #ifdef _WIN32 #else block and just check their corresponding availability defines. [1] https://github.com/llvm/llvm-project/commit/7d644e1215b376ec5e915df9ea2eeb56e2d94626 (cherry picked from commit 9e095923da9faf63bbb4ccf4ed40f455aadefb1c) 3 年前
contrib: shout: fix winstore build addrinfo is available in ws2tcpip.h (cherry picked from commit 886920538b85cc19474289c122aba0f3883d5eb6) Signed-off-by: Steve Lhomme <robux4@ycbcr.xyz> 5 年前
contrib: shout: respect the availability of strings.h everywhere (cherry picked from commit 3fc9ce383565b12a3d1e372f062576510b741779) (rebased) rebased: - some shout patches were backported before Signed-off-by: Steve Lhomme <robux4@ycbcr.xyz> 5 年前
contrib: shout: timeval is defined in winsock2.h on Windows (cherry picked from commit 651e85409d9dc44c35e8a13552fc17675f4c9bf5) (rebased) rebased: - some shout patches were backported before Signed-off-by: Steve Lhomme <robux4@ycbcr.xyz> 5 年前
contrib: shout: socklen_t can be found in ws2tcpip.h on Windows and make sure it's found on Windows Store builds as well (cherry picked from commit be5340296c2246bd8bbf4cf2d40cf8d3c42043db) (rebased) rebased: - some shout patches were backported before Signed-off-by: Steve Lhomme <robux4@ycbcr.xyz> 5 年前
contrib: libshout: Apply a patch to avoid implicit declarations of gettimeofday This patch has been sent upstream at https://gitlab.xiph.org/xiph/icecast-common/-/merge_requests/2 but hasn't been acted upon there yet. When building for a mingw target, HAVE_GETTIMEOFDAY is defined (as the gettimeofday function was found), but the #ifdef _WIN32 #else block never tried to include <sys/time.h> (which provides the declaration) and/or <time.h> for such targets. This caused gettimeofday to be used without a prior declaration. This has been visible as an easily overlooked warning, but Clang 15 changed this into a fatal error by default, when building in C99 mode (or newer). [1] (While Clang 15 still is under development, this may still change before it's released, but the warning is valid in any case.) Decouple including of those headers from the #ifdef _WIN32 #else block and just check their corresponding availability defines. [1] https://github.com/llvm/llvm-project/commit/7d644e1215b376ec5e915df9ea2eeb56e2d94626 (cherry picked from commit 9e095923da9faf63bbb4ccf4ed40f455aadefb1c) 3 年前