Bug 126554 - multimedia/ffmpeg fails to build if AMR_NB or AMR_WB is enabled
Summary: multimedia/ffmpeg fails to build if AMR_NB or AMR_WB is enabled
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-multimedia (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-15 17:30 UTC by Carl Fongheiser
Modified: 2008-08-17 04:00 UTC (History)
0 users

See Also:


Attachments
file.diff (566 bytes, patch)
2008-08-15 17:30 UTC, Carl Fongheiser
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carl Fongheiser 2008-08-15 17:30:02 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-08-16 00:09:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-multimedia

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-08-17 03:58:31 UTC
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"
Comment 3 Michael Johnson freebsd_committer freebsd_triage 2008-08-17 03:58:32 UTC
State Changed
From-To: open->closed

Committed, Thanks!