Add movit: High-performance, high-quality video filters for the GPU

NOTE: movit expected to be able to read source files from gtest, so I
also made them available.

squash
This commit is contained in:
Cillian de Róiste
2014-07-27 12:53:39 +02:00
parent e7bb85e448
commit ae16e892bb
3 changed files with 28 additions and 0 deletions
@@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
mkdir -p $out/lib
cp -v libgtest.a libgtest_main.a $out/lib
cp -v -r ../include $out
cp -v -r ../src $out
'';
meta = {