ffmpeg_legacy: drop x86_64.

This commit is contained in:
Jérôme Duval
2016-12-01 12:03:20 +01:00
committed by GitHub
parent 6d279fa2bc
commit 78437b6f17

View File

@@ -17,7 +17,7 @@ SOURCE_DIR="ffmpeg-$portVersion"
# very uncertain (we get a somewhat newer API which we don't use, and older
# codecs). So let's keep it "broken" for now, until we have a good reason to
# use APIs introduced in 0.11.
ARCHITECTURES="!x86_gcc2 ?x86 x86_64"
ARCHITECTURES="!x86_gcc2 ?x86"
SECONDARY_ARCHITECTURES="!x86_gcc2 !x86"
PATCHES="ffmpeg-0.11.5.patchset"