I need ffmpeg with hardware acceleration. I am compiling ffmpeg following this guide: https://gist.github.com/Brainiarc7/eb45d2e22afec7534f4a117d15fe6d89
x264 never works after compile. I follow the official guide, adding "--enable-shared", compile again, still no luck. https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu
Simply installing libx264-dev does not work as well.
$ ldd ~/bin/ffmpeg | grep x264 libx264.so.155 => not found
Does anyone know how to make x264 work? Thanks.