diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-09-11 16:11:47 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-09-11 16:11:47 +0100 |
| commit | f9694b7d4f1648a0fa984e7cc428bbc9eea86ca0 (patch) | |
| tree | 59e14e57c52e82927963ef71bf83de0f665c42cb /install_dependencies_linux.sh | |
| parent | 1f52520db005e056e131f511418e4b71bc9e89fd (diff) | |
ffms2 library for video loader
Diffstat (limited to 'install_dependencies_linux.sh')
| -rwxr-xr-x | install_dependencies_linux.sh | 8 |
1 files changed, 8 insertions, 0 deletions
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 |
