[Bug 196847] multimedia/gstreamer-ffmpeg: fails to build on armv6 with clang3.5.0
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Jan 18 19:48:31 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196847
Bug ID: 196847
Summary: multimedia/gstreamer-ffmpeg: fails to build on armv6
with clang3.5.0
Product: Ports & Packages
Version: Latest
Hardware: arm
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: multimedia at FreeBSD.org
Reporter: mikael.urankar at gmail.com
CC: sbruno at FreeBSD.org
Assignee: multimedia at FreeBSD.org
Flags: maintainer-feedback?(multimedia at FreeBSD.org)
Created attachment 151806
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=151806&action=edit
fix build on armv6
Hi,
clang enabled the integrated assembler by default and it breaks the build of
gst-ffmpeg.
AS from base cannot assemble some c files, we need to use AS from binutils
Import libav upstream patch to fix cpu detection:
https://git.libav.org/?p=libav.git;a=commitdiff;h=8ee2b4672f6ad5cfd003e742f887cffcfea26021
The attached patch fixes that.
To apply the patch:
cd /usr/ports/multimedia/gstreamer-ffmpeg; patch < /path/to/patch
find /usr/ports/multimedia/gstreamer-ffmpeg -type f -name "*.orig" -delete
--- Comment #1 from Bugzilla Automation <bugzilla at FreeBSD.org> ---
Auto-assigned to maintainer multimedia at FreeBSD.org
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-multimedia
mailing list