Date: Thu, 02 Jul 2015 12:19:07 +0000 From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: maintainer-feedback requested: [Bug 201273] multimedia/openh264 fails to build on armv6 Message-ID: <bug-201273-21738-ZZlxOtwHbU@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-201273-21738@https.bugs.freebsd.org/bugzilla/> References: <bug-201273-21738@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 gecko@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-201273-21738-ZZlxOtwHbU>