ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
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