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, May 10, 8:23 AM
Unknown Object (File)
Sat, Apr 27, 4:14 PM
Unknown Object (File)
Sun, Apr 21, 8:46 PM
Unknown Object (File)
Sat, Apr 20, 4:17 PM
Unknown Object (File)
Apr 10 2024, 11:10 AM
Unknown Object (File)
Apr 10 2024, 11:10 AM
Unknown Object (File)
Apr 10 2024, 11:09 AM
Unknown Object (File)
Apr 10 2024, 6:18 AM
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.