mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
gst_libav: disable assembler optimisations
This commit is contained in:
@@ -6,7 +6,7 @@ HOMEPAGE="https://gstreamer.freedesktop.org/"
|
||||
COPYRIGHT="Erik Walthinsen"
|
||||
LICENSE="GNU LGPL v2
|
||||
GNU GPL v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="dfac119043a9cfdcacd7acde77f674ab172cf2537b5812be52f49e9cddc53d9a"
|
||||
SOURCE_DIR="gst-libav-$portVersion"
|
||||
@@ -70,7 +70,8 @@ BUILD_PREREQUIRES="
|
||||
BUILD()
|
||||
{
|
||||
cd $sourceDir
|
||||
./configure --enable-orc --enable-gpl
|
||||
./configure --enable-orc --enable-gpl \
|
||||
--with-libav-extra-configure="--disable-mmx --disable-asm"
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user