diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-05-19 22:17:09 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-05-19 22:17:09 +0000 |
commit | 2828c6a5ed89b41643447f72f85effb34cf6e38c (patch) | |
tree | 166a0b4c13561ba72b1d19bc634acfc8ee56cba5 | |
parent | games/bomb is GPL. (diff) |
- Add --no-midside to faac encoding since new mpeg4ip does weird things
to aac files and doesn't sound quite right in iTunes w/o it. Sounds
good in xmms with or with out --no-midside.
Notes
Notes:
svn path=/head/; revision=135654
-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 d4f0dfd25b93..506b52b0b0bb 100644 --- a/audio/grip/Makefile +++ b/audio/grip/Makefile @@ -110,7 +110,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 --artist %a --album %d --track %t --year %y --genre %g -b %b %w -o %m", "m4a"},|; \ + s|{"l3enc","-br %b %w %m","mp3"},|{"faac","--no-midside -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} |