diff --git a/media-libs/gst_plugins_bad/gst_plugins_bad-1.14.2.recipe b/media-libs/gst_plugins_bad/gst_plugins_bad-1.14.2.recipe index e7cbcdf3a..8eb0156fa 100644 --- a/media-libs/gst_plugins_bad/gst_plugins_bad-1.14.2.recipe +++ b/media-libs/gst_plugins_bad/gst_plugins_bad-1.14.2.recipe @@ -5,7 +5,7 @@ code review, some documentation, a set of tests, a real live maintainer, or some HOMEPAGE="https://gstreamer.freedesktop.org/" COPYRIGHT="Erik Walthinsen" LICENSE="GNU LGPL v2" -REVISION="3" +REVISION="4" SOURCE_URI="https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-$portVersion.tar.xz" CHECKSUM_SHA256="34fab7da70994465a64468330b2168a4a0ed90a7de7e4c499b6d127c6c1b1eaf" SOURCE_DIR="gst-plugins-bad-$portVersion" @@ -137,7 +137,7 @@ BUILD_PREREQUIRES=" BUILD() { runConfigure ./configure --disable-debug --disable-examples \ - --disable-nls --enable-orc + --disable-nls --enable-orc --disable-webrtc make $jobArgs }