maintainer-feedback requested: [Bug 201273] multimedia/openh264 fails to build on armv6

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jul 2 12:19:07 UTC 2015


mikael.urankar at gmail.com has reassigned Bugzilla Automation
<bugzilla at FreeBSD.org>'s request for maintainer-feedback to gecko at FreeBSD.org:
Bug 201273: multimedia/openh264 fails to build on armv6
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201273



--- Description ---
Created attachment 158258
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=158258&action=edit
armv6 fix

Hi,

This port utilize GAS assembly and clang fails to build some assembler files.

/nxb-bin/usr/bin/cc -O2 -pipe -mfloat-abi=softfp  -I/usr/local/include/gmp-api
-fno-strict-aliasing  -DHAVE_NEON -fPIC -DGENERATED_VERSION_HEADER
-I./codec/common/arm/ -I./codec/api/svc -I./codec/common/inc   -c -o
codec/common/arm/copy_mb_neon.o codec/common/arm/copy_mb_neon.S
<instantiation>:5:1: error: unknown directive
.func WelsCopy8x8_neon

We don't have support for neon (as of today)

The attached patch fixes the build on arm.
build log with TEST option enabled (tests were done on real hw):
http://mikael.urankar.free.fr/FreeBSD/arm/build_logs/openh264-1.4.0_2.log

Thanks


More information about the freebsd-gecko mailing list