diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-10 06:52:31 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-10 06:52:31 +0000 |
commit | 4d32869e51e5779f9deb84926c409d1db0abdf4a (patch) | |
tree | 79928d102868d1cf87448d0a5aaa237e32f11a87 /audio | |
parent | - Move httperf from www to benchmarks category (diff) |
- Improve faac support
PR: ports/67726
Submitted by: michael johnson <ahze@ahze.net> (maintainer)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/grip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/grip/Makefile b/audio/grip/Makefile index c0b8c54862ab..9f2f1a0267a1 100644 --- a/audio/grip/Makefile +++ b/audio/grip/Makefile @@ -105,7 +105,7 @@ post-patch: @${REINPLACE_CMD} -e 's|/dev/cdrom|${DEFAULT_CDROM_DEVICE}|' \ ${WRKSRC}/src/grip.c @${REINPLACE_CMD} -e 's|{"xingmp3enc","-B %b -Q %w","mp3"},||; \ - s|{"l3enc","-br %b %w %m","mp3"},|{"faac","-w -b %b %w -o %m", "m4a"},|; \ + s|{"l3enc","-br %b %w %m","mp3"},|{"faac","-w --artist %a --album %d --track %t --year %y --genre %g -b %b %w -o %m", "m4a"},|; \ s|mp3encode|encode|' \ ${WRKSRC}/src/gripcfg.c .for l in ${ISO_LOCALES} |