From 7bcf61ad72d09b4c1c3af2540580a8eb31baa42d Mon Sep 17 00:00:00 2001 From: Hyunil Date: Wed, 11 Mar 2020 17:35:38 +0900 Subject: [PATCH] webrtc: modify to allow installation of webrtc plugin Change-Id: I84a51559a4504ff0d73f9b4617906e51d57c5e42 Signed-off-by: Hyunil --- packaging/gst-plugins-bad.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/gst-plugins-bad.spec b/packaging/gst-plugins-bad.spec index f3ef65077..cb6357585 100644 --- a/packaging/gst-plugins-bad.spec +++ b/packaging/gst-plugins-bad.spec @@ -28,6 +28,7 @@ BuildRequires: pkgconfig(openssl1.1) BuildRequires: pkgconfig(sndfile) >= 1.0.16 BuildRequires: pkgconfig(openal) BuildRequires: pkgconfig(soundtouch) > 1.4 +BuildRequires: pkgconfig(nice) %if %{with wayland} %if 0%{?enable_gl:1} BuildRequires: pkgconfig(gles20) @@ -231,11 +232,10 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/gstreamer-%{gst_branch}/libgstvideoframe_audiolevel.so %{_libdir}/gstreamer-%{gst_branch}/libgstaudiomixmatrix.so %{_libdir}/gstreamer-%{gst_branch}/libgstaudiobuffersplit.so - %{_libdir}/gstreamer-%{gst_branch}/libgstaudiolatency.so %{_libdir}/gstreamer-%{gst_branch}/libgstipcpipeline.so %{_libdir}/gstreamer-%{gst_branch}/libgstproxy.so - +%{_libdir}/gstreamer-%{gst_branch}/libgstwebrtc.so %{_libdir}/libgstsctp-%{gst_branch}.so.0* %{_libdir}/libgstwebrtc-%{gst_branch}.so.0* %{_libdir}/libgstcodecparsers-%{gst_branch}.so.0* -- 2.34.1