From: Jakub Bogusz Date: Mon, 26 Jul 2021 15:33:03 +0000 (+0200) Subject: - rediffed openh264 patch X-Git-Tag: auto/th/mediastreamer-plugin-msopenh264-1.2.1-10~1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=740fe02b5f63838c9701fc5ac8e567dc523ae15f;p=packages%2Fmediastreamer-plugin-msopenh264.git - rediffed openh264 patch --- diff --git a/mediastreamer-plugin-msopenh264-openh264.patch b/mediastreamer-plugin-msopenh264-openh264.patch index 370f5bd..1d7cf2c 100644 --- a/mediastreamer-plugin-msopenh264-openh264.patch +++ b/mediastreamer-plugin-msopenh264-openh264.patch @@ -1,7 +1,7 @@ ---- msopenh264-1.2.1/src/msopenh264dec.cpp.orig 2016-10-19 17:32:52.000000000 +0200 -+++ msopenh264-1.2.1/src/msopenh264dec.cpp 2019-08-09 15:28:46.157866126 +0200 -@@ -62,7 +62,7 @@ - mUnpacker=rfc3984_new(); +--- msopenh264-1.2.1/src/msopenh264dec.cpp.orig 2021-07-26 17:10:18.273730645 +0200 ++++ msopenh264-1.2.1/src/msopenh264dec.cpp 2021-07-26 17:12:35.940935025 +0200 +@@ -62,7 +62,7 @@ void MSOpenH264Decoder::initialize() + mUnpacker=rfc3984_new_with_factory(mFilter->factory); if (mDecoder != 0) { SDecodingParam params = { 0 }; -#if (OPENH264_MAJOR == 1) && (OPENH264_MINOR >=6) diff --git a/mediastreamer-plugin-msopenh264.spec b/mediastreamer-plugin-msopenh264.spec index ed86bd0..3f9ee09 100644 --- a/mediastreamer-plugin-msopenh264.spec +++ b/mediastreamer-plugin-msopenh264.spec @@ -9,8 +9,8 @@ Group: Libraries #Source0: https://gitlab.linphone.org/BC/public/msopenh264/-/archive/%{version}/msopenh264-%{version}.tar.bz2 Source0: https://linphone.org/releases/old/sources/plugins/msopenh264/msopenh264-%{version}.tar.gz # Source0-md5: 8e4dfaed03dbe10d1b32d70eea23ce9c -Patch0: %{name}-openh264.patch -Patch1: msopenh264-ms2-update.patch +Patch0: msopenh264-ms2-update.patch +Patch1: %{name}-openh264.patch URL: http://www.linphone.org/technical-corner/mediastreamer2/overview BuildRequires: autoconf >= 2.50 BuildRequires: automake