From f9694b7d4f1648a0fa984e7cc428bbc9eea86ca0 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Wed, 11 Sep 2013 16:11:47 +0100 Subject: ffms2 library for video loader --- install_dependencies_linux.sh | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'install_dependencies_linux.sh') diff --git a/install_dependencies_linux.sh b/install_dependencies_linux.sh index 0cf06bb..803d7fd 100755 --- a/install_dependencies_linux.sh +++ b/install_dependencies_linux.sh @@ -46,6 +46,14 @@ make sudo make install cd .. +git clone https://github.com/FFMS/ffms2.git +cd ffms2/ +./configure +make +sudo make install +cd .. +rm -r ffms2 + LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH export LD_LIBRARY_PATH sudo ldconfig -- cgit v1.2.3