[SCM] rtmpdump/master: Suppress warning

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sun Mar 29 18:01:21 UTC 2015


The following commit has been merged in the master branch:
commit f26e6f432173b3268380c6d09952112055019900
Author: Sebastian Ramacher <sebastian at ramacher.at>
Date:   Sun Mar 29 15:39:15 2015 +0200

    Suppress warning
    
    Thanks: William King <william.king at quentustech.com>

diff --git a/debian/patches/03_suppress_warning.diff b/debian/patches/03_suppress_warning.diff
new file mode 100644
index 0000000..20b2d57
--- /dev/null
+++ b/debian/patches/03_suppress_warning.diff
@@ -0,0 +1,14 @@
+Description: Suppress warning
+Author: William King <william.ling at quentustech.com>
+Last-Update: 2015-03-29
+
+--- rtmpdump-2.4+20150115.gita107cef.orig/librtmp/rtmp.c
++++ rtmpdump-2.4+20150115.gita107cef/librtmp/rtmp.c
+@@ -3969,7 +3969,6 @@ RTMP_SendPacket(RTMP *r, RTMPPacket *pac
+     {
+       header -= 4;
+       hSize += 4;
+-      RTMP_Log(RTMP_LOGWARNING, "Larger timestamp than 24-bit: 0x%x", t);
+     }
+ 
+   hptr = header;
diff --git a/debian/patches/series b/debian/patches/series
index c1ec762..466b4cf 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 01_unbreak_makefile.diff
 02_gnutls_requires.private.diff
+03_suppress_warning.diff

-- 
rtmpdump packaging



More information about the pkg-multimedia-commits mailing list