Page MenuHomeFreeBSD

multimedia/ffmpeg0: Use OPTIONS helpers, Honour CFLAGS
ClosedPublic

Authored by koobs on Jul 3 2015, 9:58 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 21, 2:41 PM
Unknown Object (File)
Fri, Nov 21, 2:39 PM
Unknown Object (File)
Fri, Nov 21, 2:38 PM
Unknown Object (File)
Fri, Nov 21, 2:34 PM
Unknown Object (File)
Thu, Nov 20, 7:43 PM
Unknown Object (File)
Thu, Nov 20, 7:43 PM
Unknown Object (File)
Tue, Nov 18, 7:05 PM
Unknown Object (File)
Sat, Nov 8, 11:53 PM
Subscribers
None

Details

Summary

Proposed commit log:

multimedia/ffmpeg0: Use OPTIONS helpers, Honour CFLAGS

- Use OPTIONS helpers for as many as conditional blocks as possible.
  Blocks with FFMPEG_* and other variables not supported by the helper
  framework are not modified. 
- Honour CFLAGS for armv6 (= -> ?=)
  
While I'm here:

- Sort and group common or related Makefile sections where it made sense
  to do so and improved readability. Put global things up the top and
  conditional blocks below.
- Improve whitespace alignment for readability.

Approved by: portmgr (blanket, options helpers)
Approved by: wg (maintainer)
Test Plan

portlint: No new warnings
testport: OK (with X264 option)

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

koobs retitled this revision from to multimedia/ffmpeg0: Use OPTIONS helpers, Honour CFLAGS.
koobs updated this object.
koobs edited the test plan for this revision. (Show Details)
koobs added reviewers: portmgr, wg.
wg edited edge metadata.
This revision is now accepted and ready to land.Jul 3 2015, 12:21 PM
This revision was automatically updated to reflect the committed changes.