Opened 17 years ago

Closed 17 years ago

Last modified 10 years ago

#2231 closed task (duplicate)

faac - Freeware Advanced Audio Coder

Reported by: bdubbs@… Owned by: blfs-book@…
Priority: low Milestone:
Component: BOOK Version: SVN
Severity: minor Keywords:
Cc:

Description

This package is an optional dependency for several packages in the book (directly and indirectly).

http://sourceforge.net/project/showfiles.php?group_id=704

The code is obviously written by a Windows programmer because all the text files have return characters embedded that breaks a Linux build. To build:

sed -i -e 's/\r//' bootstrap configure.in Makefile.am
./bootstrap
./configure --prefix=/usr &&
make &&
sudo make install

Requires autotools

Change History (2)

comment:1 by Randy McMurchy, 17 years ago

Resolution: duplicate
Status: newclosed

comment:2 by bdubbs@…, 10 years ago

Milestone: old

Milestone old deleted

Note: See TracTickets for help on using tickets.