CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2017/09/04 13:27:56
Modified files:
graphics/ffmpeg: Makefile
Log message:
Use ports clang to build ffmpeg on amd64. The AAC encoder hangs on amd64 when
compiled with clang 4.0.x (either 4.0.0 in base or the older ports 4.0.1).
Based on a diff from Brad.
Add a comment explaining this and note that there is another issue where the
H264 decoder segfaults in ff_deblock_v_luma_8_sse2 on i386, but this isn't
helped by the newer ports clang.