mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
gst_plugins_bad: fix build for x64. disable webrtc plugin.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user