Created attachment 151696 [details] disable clang integrated assembler for armv6 clang enabled the integrated assembler by default and it breaks the build of ffmpeg. The attached patch fixes that. failure build log: http://chips.ysv.freebsd.org/data/11armv6-11armv6/2015-01-14_04h52m20s/logs/errors/ffmpeg-2.3.6,1.log
Auto-assigned to maintainer multimedia@FreeBSD.org
If there's no current owner of this, I'll commit it.
A commit references this bug: Author: sbruno Date: Fri Jan 16 22:34:24 UTC 2015 New revision: 377204 URL: https://svnweb.freebsd.org/changeset/ports/377204 Log: These ports utilize GAS assembly and probably won't ever change. For the ARM case, do not use -integrated-as. PR: 196660 196774 196775 196776 Submitted by: mikael.urankar@gmail.com Approved by: mentor (inplicit) Changes: head/multimedia/ffmpeg/Makefile head/multimedia/gstreamer1-libav/Makefile head/multimedia/libav/Makefile head/multimedia/mplayer/Makefile