ffms: symlink vapoursynth plugin
This commit is contained in:
parent
016c234c4c
commit
4363214bd7
@ -16,6 +16,13 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ zlib ffmpeg ];
|
buildInputs = [ zlib ffmpeg ];
|
||||||
|
|
||||||
|
# ffms includes a built-in vapoursynth plugin, see:
|
||||||
|
# https://github.com/FFMS/ffms2#avisynth-and-vapoursynth-plugin
|
||||||
|
postInstall = ''
|
||||||
|
mkdir $out/lib/vapoursynth
|
||||||
|
ln -s $out/lib/libffms2.so $out/lib/vapoursynth/libffms2.so
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/FFMS/ffms2/;
|
homepage = https://github.com/FFMS/ffms2/;
|
||||||
description = "Libav/ffmpeg based source library for easy frame accurate access";
|
description = "Libav/ffmpeg based source library for easy frame accurate access";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user