diff options
Diffstat (limited to 'install_dependencies_linux.sh')
| -rwxr-xr-x | install_dependencies_linux.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/install_dependencies_linux.sh b/install_dependencies_linux.sh index 32bc6d6..afa8d54 100755 --- a/install_dependencies_linux.sh +++ b/install_dependencies_linux.sh @@ -38,6 +38,8 @@ cd ffmpeg #https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&cad=rja&ved=0CDYQFjAB&url=https%3A%2F%2Fgithub.com%2Fopenembedded%2Foe-core%2Fblob%2Fmaster%2Fmeta%2Frecipes-multimedia%2Fgstreamer%2Fgst-ffmpeg-0.10.13%2Fh264_qpel_mmx.patch&ei=IKPJUb5GzYuFB5fcgcAF&usg=AFQjCNFXPPb3HZRMdRCnOazSoteHQu6awA&sig2=Z2s4SUshqcOCoB5N_o1aVw&bvm=bv.48293060,d.ZG4 #problems for now with latest version, use saved one here +cp ../../h264_qpel_mmx.c libavcodec/x86/ + make sudo make install cd .. @@ -48,3 +50,11 @@ sudo ldconfig sudo apt-get install colorgcc sudo apt-get install g++ sudo apt-get install libpoco-dev libvamp-hostsdk3 vamp-plugin-sdk libsndfile1-dev +sudo apt-get install libnoise0 libnoise-dev + +sudo apt-get install libopencv-dev libopencv-core-dev libopencv-highgui-dev + + + +cd .. +rm -r deps
\ No newline at end of file |
