[SCM] liblivemedia/master: Removed, no longer needed
sramacher at users.alioth.debian.org
sramacher at users.alioth.debian.org
Tue Dec 22 21:46:14 UTC 2015
The following commit has been merged in the master branch:
commit 1447a701178389962f7b9e52383e539c84247e48
Author: Sebastian Ramacher <sramacher at debian.org>
Date: Tue Dec 22 22:16:27 2015 +0100
Removed, no longer needed
diff --git a/debian/patches/020_invalid_casts.patch b/debian/patches/020_invalid_casts.patch
deleted file mode 100644
index ef587c8..0000000
--- a/debian/patches/020_invalid_casts.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-Description: Fix invalid cast from (short) integers to void pointers.
-
---- a/liveMedia/MPEG1or2Demux.cpp
-+++ b/liveMedia/MPEG1or2Demux.cpp
-@@ -161,7 +161,7 @@
- // Make sure this stream is not already being read:
- if (out.isCurrentlyAwaitingData) {
- envir() << "MPEG1or2Demux::registerReadInterest(): attempt to read stream id "
-- << (void*)streamIdTag << " more than once!\n";
-+ << streamIdTag << " more than once!\n";
- envir().internalError();
- }
-
-@@ -460,7 +460,7 @@
- skipBytes(pack_stuffing_length);
- } else { // unknown
- fUsingDemux->envir() << "StreamParser::parsePack() saw strange byte "
-- << (void*)nextByte
-+ << nextByte
- << " following pack_start_code\n";
- }
-
---- a/liveMedia/H263plusVideoRTPSink.cpp
-+++ b/liveMedia/H263plusVideoRTPSink.cpp
-@@ -64,7 +64,7 @@
- }
- if (frameStart[0] != 0 || frameStart[1] != 0) {
- envir() << "H263plusVideoRTPSink::doSpecialFrameHandling(): unexpected non-zero first two bytes: "
-- << (void*)(frameStart[0]) << "," << (void*)(frameStart[1]) << "\n";
-+ << (frameStart[0]) << "," << (frameStart[1]) << "\n";
- }
- frameStart[0] = specialHeader>>8;
- frameStart[1] = (unsigned char)specialHeader;
diff --git a/debian/patches/series b/debian/patches/series
index c18a1f5..55b166d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
-020_invalid_casts.patch
021_ip_mreq_source.patch
add-pkgconfig-file.patch
link-library-with-g++.patch
--
liblivemedia packaging
More information about the pkg-multimedia-commits
mailing list