Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jan 2015 19:48:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 196847] multimedia/gstreamer-ffmpeg: fails to build on armv6 with clang3.5.0
Message-ID:  <bug-196847-12827-4OIqA7ScFL@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-196847-12827@https.bugs.freebsd.org/bugzilla/>
References:  <bug-196847-12827@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
mikael.urankar@gmail.com has reassigned Bugzilla Automation
<bugzilla@FreeBSD.org>'s request for maintainer-feedback to
multimedia@FreeBSD.org:
Bug 196847: multimedia/gstreamer-ffmpeg: fails to build on armv6 with
clang3.5.0
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196847



--- Description ---
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=8ee2b4672f6ad5cfd003e742f887c
ffcfea26021

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@FreeBSD.org> ---
Auto-assigned to maintainer multimedia@FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196847-12827-4OIqA7ScFL>