FFmpeg 0.11: mark as untested to make HaikuPorter select 0.10 instead.

(And it really is untested anyway).
This commit is contained in:
Augustin Cavalier
2014-07-28 11:54:58 -04:00
parent dc39470e37
commit 4038f2a711

View File

@@ -14,8 +14,8 @@ COPYRIGHT="
SRC_URI="http://www.ffmpeg.org/releases/ffmpeg-0.11.1.tar.bz2"
CHECKSUM_SHA256="b01ddfb6352c84810879988f43172c5f7be555697edb929625845c7bb953fa96"
REVISION="2"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
ARCHITECTURES="?x86_gcc2 ?x86 ?x86_64"
SECONDARY_ARCHITECTURES="?x86_gcc2 ?x86"
if [ $effectiveTargetArchitecture == x86_gcc2 ]; then
PATCHES="ffmpeg-0.11.1-gcc2.patch"