Archive for the 'Linux' Category

Maybe Next Year

Tuesday, July 3rd, 2007

One of these years I will finally get a talk accepted for OScon and actually be able to attend. I always hear good things about the conference and it seems like my company almost has its own track this year.
For those of you who are attending, be sure to attend some of the great talks […]

Compiling FAAC Fails due to Line Endings

Sunday, June 24th, 2007

I 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 […]