[Bug 239509] multimedia/ffmpeg: Fix build dependencies and minor clean-up

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jul 29 16:26:47 UTC 2019


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

--- Comment #1 from Jan Beich <jbeich at FreeBSD.org> ---
(In reply to daniel.engberg.lists from comment #0)
> Only require NASM on i386 and amd64

Not optimal. nasm is used on amd64 and i386 and GNU as elsewhere. Some
architectures (e.g., sparc64, mips*, riscv*) don't need either.

> Strip -O2 when enabling OPTIMIZED_CFLAGS to avoid setting multiple -O FLAGS

Redundant. -O3 from OPTIMIZED_CFLAGS is passed *after* -O2 from
/usr/share/mk/sys.mk.

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


More information about the freebsd-multimedia mailing list