ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

I encounter this problem too.I successfully fix this problem according to taogashi's solution. When you build the ffmpeg from source,you should configure it correctly to avoid the "relocation R_X86_64_32 against" Error.And next is my configure scheme:

./configure --enable-shared --enable-pic --extra-cflags="-fPIC"
make -j8
sudo make install