aboutsummaryrefslogtreecommitdiff
path: root/ports/librtmp/hide_netstackdump.patch
diff options
context:
space:
mode:
authorAlexander Karatarakis <alex@karatarakis.com>2018-01-08 14:13:47 -0800
committerGitHub <noreply@github.com>2018-01-08 14:13:47 -0800
commit65d56f25bb97dcab13430fc206e81fcda5f43978 (patch)
tree11898b0021d70bafd1ebbcd8c12ffbe97e414333 /ports/librtmp/hide_netstackdump.patch
parentea5326cf80ba8bd528538f7452db9bd1a1f87176 (diff)
parent78ae618d8ec3bad4e9dc45f3a382a513ffd09065 (diff)
downloadvcpkg-65d56f25bb97dcab13430fc206e81fcda5f43978.tar.gz
vcpkg-65d56f25bb97dcab13430fc206e81fcda5f43978.zip
Merge pull request #2532 from TheStormN/librtmp-to-v2.4
[librtmp] Update to 2.4
Diffstat (limited to 'ports/librtmp/hide_netstackdump.patch')
-rw-r--r--ports/librtmp/hide_netstackdump.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/ports/librtmp/hide_netstackdump.patch b/ports/librtmp/hide_netstackdump.patch
index e2a5e4207..391bbdc39 100644
--- a/ports/librtmp/hide_netstackdump.patch
+++ b/ports/librtmp/hide_netstackdump.patch
@@ -1,8 +1,8 @@
diff --git a/librtmp/rtmp.c b/librtmp/rtmp.c
-index f152648..0bf3f7d 100644
+index 5ef3ae9..e559c6e 100644
--- a/librtmp/rtmp.c
+++ b/librtmp/rtmp.c
-@@ -1316,7 +1316,7 @@ ReadN(RTMP *r, char *buffer, int n)
+@@ -1333,7 +1333,7 @@ ReadN(RTMP *r, char *buffer, int n)
SendBytesReceived(r);
}
/*RTMP_Log(RTMP_LOGDEBUG, "%s: %d bytes\n", __FUNCTION__, nBytes); */
@@ -11,7 +11,7 @@ index f152648..0bf3f7d 100644
fwrite(ptr, 1, nBytes, netstackdump_read);
#endif
-@@ -3527,7 +3527,7 @@ RTMPSockBuf_Send(RTMPSockBuf *sb, const char *buf, int len)
+@@ -3553,7 +3553,7 @@ RTMPSockBuf_Send(RTMPSockBuf *sb, const char *buf, int len)
{
int rc;