Compiling FAAC Fails due to Line Endings
Sunday, June 24th, 2007I was trying to build ffmpeg with h264 and faac tonight and had a fair amount of trouble, encountering issues with configure until I realized that several of the files in the faac distribution had DOS line endings.
I was seeing output like this:
.infig.status: error: cannot find input file:
I solved it with find, xargs, dos2unix […]



