If AMR_NB or AMR_WB options are enabled, ffmpeg will fail to build. This is because the ffmpeg developers have decided to require a --enable-nonfree option to be supplied to configure in order to permit these codecs. The attached patch fixes the problem. Fix: Apply the attached patch. Patch attached with submission follows: How-To-Repeat: Enable either or both of AMR_NB and AMR_WB for the ffmpeg port, then attempt to build ffmpeg.
Responsible Changed From-To: freebsd-ports-bugs->freebsd-multimedia Over to maintainer (via the GNATS Auto Assign Tool)
ahze 2008-08-17 02:58:22 UTC FreeBSD ports repository Modified files: multimedia/ffmpeg Makefile Log: Fix build when ARH_NV or ARM_WB is defined PR: ports/126554 Submitted by: Carl Fongheiser <carlfongheiser@gmail.com> Revision Changes Path 1.88 +2 -2 ports/multimedia/ffmpeg/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, Thanks!