ffmpeg: bump to 3.1.2. (#759)

This commit is contained in:
fbrosson
2016-08-19 21:50:14 +00:00
committed by waddlesplash
parent b90c0d8122
commit 12422e2639
2 changed files with 5 additions and 5 deletions

View File

@@ -7,9 +7,9 @@ COPYRIGHT="2000-2003 Fabrice Bellard
2003-2016 the FFmpeg developers"
LICENSE="GNU LGPL v2.1
GNU GPL v2"
REVISION="2"
REVISION="1"
SOURCE_URI="https://ffmpeg.org/releases/ffmpeg-$portVersion.tar.bz2"
CHECKSUM_SHA256="a5bca50a90a37b983eaa17c483a387189175f37ca678ae7e51d43e7610b4b3b4"
CHECKSUM_SHA256="62eb8d810b93c1ffc23739c0824a91eabfe5e7be81fab34ce740736a110b70f7"
PATCHES="ffmpeg-$portVersion.patchset"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
@@ -71,6 +71,7 @@ CONFLICTS_devel="
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libbz2$secondaryArchSuffix
devel:libmodplug$secondaryArchSuffix
devel:libogg$secondaryArchSuffix
@@ -81,7 +82,6 @@ BUILD_REQUIRES="
devel:libz$secondaryArchSuffix
"
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel
cmd:gcc$secondaryArchSuffix >= 5
cmd:ld$secondaryArchSuffix
cmd:awk

View File

@@ -5,10 +5,10 @@ Subject: disable ebx on x86.
diff --git a/configure b/configure
index 3760641..5b7b0bb 100755
index adb4c27..bb5619d 100755
--- a/configure
+++ b/configure
@@ -6242,6 +6242,7 @@ enabled threads && ! enabled pthreads && ! enabled atomics_native && die "non pt
@@ -6238,6 +6238,7 @@ enabled threads && ! enabled pthreads && ! enabled atomics_native && die "non pt
if test $target_os = "haiku"; then
disable memalign
disable posix_memalign