mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
- 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:
parent
5c711f97b3
commit
2828c6a5ed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135654
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue