libx264 "using cpu capabilities: none!"

I am using libx264 with ffmpeg. I had it working good, but when I reinstalled stuff, it is now running real slow. When I encode a video into libx264 it says “using cpu capabilities: none!”

I read up that I need yasm for it to use these capabilities and speed up encodes.

I am running centos, and yasm is installed and updated.
“Package yasm-1.1.0-1.el5.rf.x86_64 already installed and latest version”

I’ve tried reinstalling libx264, and it doesn’t seem to help. This is what I use to install:

./configure --enable-shared
make
make install
ldconfig

Is there something else I need to do?

Fixed it. :wink: Had to reinstall ffmpeg from a different source.