On Wed, Nov 08, 2006 at 04:58:17PM +0300, Alexander Beregalov wrote: > ./configure --enable-x264 --with-x264libdir=/usr/lib/ > does not add -lx264 to EXTRA_LIB (config.mak) Correct. You are overriding autodetection. And your patch breaks autodetection. Diego