ffms: fix vapoursynth plugin on darwin
This commit is contained in:
parent
e904075ee6
commit
8cf68bd054
@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
|
|||||||
# https://github.com/FFMS/ffms2#avisynth-and-vapoursynth-plugin
|
# https://github.com/FFMS/ffms2#avisynth-and-vapoursynth-plugin
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
mkdir $out/lib/vapoursynth
|
mkdir $out/lib/vapoursynth
|
||||||
ln -s $out/lib/libffms2.so $out/lib/vapoursynth/libffms2.so
|
ln -s $out/lib/libffms2${stdenv.hostPlatform.extensions.sharedLibrary} $out/lib/vapoursynth/libffms2${stdenv.hostPlatform.extensions.sharedLibrary}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user