gst_plugins_bad: fix build for x64. disable webrtc plugin.

This commit is contained in:
Gerasim Troeglazov
2018-08-26 22:49:42 +10:00
parent 1339e84f02
commit 542db94535

View File

@@ -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
}