From: Sangchul Lee Date: Wed, 20 May 2020 07:32:56 +0000 (+0900) Subject: Enable VPx encoder/decoder X-Git-Tag: accepted/tizen/unified/20200723.161246~1 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2Fgst-plugins-good.git;a=commitdiff_plain;h=69919ffc306f6e7757e29ea0e3c4a59cd2d14ab1 Enable VPx encoder/decoder Plugins are included as below vp8dec: On2 VP8 Decoder vp8enc: On2 VP8 Encoder vp9dec: On2 VP9 Decoder vp9enc: On2 VP9 Encoder [Version] 1.16.2-4 [Issue Type] Update Change-Id: I80655315bc3f647db9970d5cb11693fa515ebc57 Signed-off-by: Sangchul Lee --- diff --git a/packaging/gst-plugins-good.spec b/packaging/gst-plugins-good.spec index 9d0bb06..5f3f75b 100644 --- a/packaging/gst-plugins-good.spec +++ b/packaging/gst-plugins-good.spec @@ -3,7 +3,7 @@ Name: gst-plugins-good Version: 1.16.2 -Release: 3 +Release: 4 License: LGPL-2.1+ Summary: GStreamer Streaming-Media Framework Plug-Ins Url: http://gstreamer.freedesktop.org/ @@ -34,6 +34,7 @@ BuildRequires: pkgconfig(xfixes) BuildRequires: pkgconfig(xv) %endif +BuildRequires: pkgconfig(vpx) BuildRequires: pkgconfig(zlib) %if "%{tizen_profile_name}" != "tv" BuildRequires: pkgconfig(libv4l2) @@ -207,7 +208,8 @@ make %{?_smp_mflags} CFLAGS+="-Wno-error" CXXFLAGS+="-Wno-error" #%{_libdir}/gstreamer-%{gst_branch}/libgstcairo.so %{_libdir}/gstreamer-%{gst_branch}/libgstsoup.so #%{_libdir}/gstreamer-%{gst_branch}/libgstflac.so -#%{_libdir}/gstreamer-%{gst_branch}/libgstvpx.so +%{_libdir}/gstreamer-%{gst_branch}/libgstvpx.so +%{_datadir}/gstreamer-%{gst_branch}/presets/GstVP8Enc.prs #%{_libdir}/gstreamer-%{gst_branch}/libgstdtmf.so