i compiled a version of ffmpeg on my local machine (ubuntu 14.04 64bit) and i'd like to deploy it for use in my pythonanywhere app. i used 'make install' to install the libraries and ffmpeg locally. now i need advice on how to install it on my site. i don't really want to recompile if i don't have to.
thanks! clyde