[Bug 230438] multimedia/gstreamer-ffmpeg: fix build on arm64

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Aug 7 14:21:41 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230438

            Bug ID: 230438
           Summary: multimedia/gstreamer-ffmpeg: fix build on arm64
           Product: Ports & Packages
           Version: Latest
          Hardware: arm64
                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: linimon at FreeBSD.org
          Assignee: multimedia at FreeBSD.org
             Flags: maintainer-feedback?(multimedia at FreeBSD.org)

Created attachment 195976
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=195976&action=edit
patch

libav uses uname -m to detect the hw platform, which is arm64 on aarch64. libav
lacks an arm64|aarch64 case in its configure script and thinks it's an arm
system.
The attached patch fixes the build on aarch64.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-multimedia mailing list