- 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.
This commit is contained in:
Michael Johnson 2005-05-19 22:17:09 +00:00
parent 5c711f97b3
commit 2828c6a5ed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135654

View File

@ -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}