mirror of
https://github.com/curl/curl.git
synced 2026-08-05 07:26:13 +03:00
rtmp: drop support
- librtmp has no test cases, makes no proper releases and has not had a single commit within the last year - librtmp parses the URL itself and requires non-compliant URLs for this - we have no RTMP tests - RTMP is barely used by curl users (2.2% self-identified in the 2025 survey) Closes #20673
This commit is contained in:
parent
4b583b7585
commit
268cee2efb
35 changed files with 77 additions and 745 deletions
|
|
@ -315,9 +315,6 @@ $write cvh "#endif"
|
|||
$write cvh "#ifdef USE_GNUTLS"
|
||||
$write cvh "#undef USE_GNUTLS"
|
||||
$write cvh "#endif"
|
||||
$write cvh "#ifdef USE_LIBRTMP"
|
||||
$write cvh "#undef USE_LIBRTMP"
|
||||
$write cvh "#endif"
|
||||
$write cvh "#ifdef USE_MANUAL"
|
||||
$write cvh "#undef USE_MANUAL"
|
||||
$write cvh "#endif"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue