GNU/Linux (x86_64) DLLs package for Common Source Code Project (CSP)/Qt
                                                      July 31, 2016
						             K.Ohta
				 <whatisthis.sowhat _at_ gmail.com>

This is homebrew (GPL complient) build for Common Source Code Project.
Version of FFMPEG changes frequently, so, ffmpeg depends distrubution
strongly, difficult to distribute generic binary CSP.
So, I distribute ffmpeg homebrew binaries to build/use generic CSP 
binaries.

1. Install
   sudo tar xf this-file.tar -C /usr/local
   cd /usr/local/ffmpeg-3.1.1/lib
   sudo cp lib*.so.*.*.10* /usr/local/lib/x86_64-linux-gnu/
   sudo ldconfig

2.Note
 This libs are built with libmp3lame, libogg, libvorbis, libtheora,
libva, libvdpau, libx264-148 and libOpenCL.
 You should install above libs (libOpenCL is libOpenCL.so.1) before
using this.

Have fun!
 Ohta