Difference between revisions of "Talk:MythMusic"

From MythTV Official Wiki
Jump to: navigation, search
 
(Building for AAC Support)
Line 4: Line 4:
  
 
--[[User:Damien|Damien]] 13:28, 15 September 2006 (UTC)
 
--[[User:Damien|Damien]] 13:28, 15 September 2006 (UTC)
 +
 +
OK, it looks like one of the libraries needed for AAC has moved to faac - so I tried to download 1.25 and compile.  As it turns out, some of the files are in DOS line neding ("\\r\\n") rather than unix line endings ("\\n"), so after some trawling, it looks like:
 +
  * [[http://www.audiocoding.com/modules/wiki/?page=FAAC#CompileErrors]] ; or
 +
 +
Run dos2unix on the following files:
 +
  * bootstrap
 +
  * configure.in
 +
  * Makefile.am
 +
 +
OK, now, let's give this another go....

Revision as of 13:55, 15 September 2006

Building for AAC Support

At the moment, instructions for AAC support are missing. Unfortunantly, all is not plain saling for that that simply want to install faad2 from source. There is a little trick or two - check this post [[1]]. Eventually, it would be nice to put some comprehensive instructions on it here.

--Damien 13:28, 15 September 2006 (UTC)

OK, it looks like one of the libraries needed for AAC has moved to faac - so I tried to download 1.25 and compile. As it turns out, some of the files are in DOS line neding ("\\r\\n") rather than unix line endings ("\\n"), so after some trawling, it looks like:

 * [[2]] ; or

Run dos2unix on the following files:

 * bootstrap
 * configure.in
 * Makefile.am

OK, now, let's give this another go....