[email protected] has reassigned Bugzilla Automation <[email protected]>'s request for maintainer-feedback to [email protected]: 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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
