> I am trying to include libx264.a static library to ffmpeg build. I know that I have to change extracf and extrald flags( so that ffmpeg can include libx264 static library) while configuring ffmpeg, but I don't know exactly how. Any help might be really helpful. ./configure --enable-libx264 doesn't do it/isn't enough? -r