mirror of
https://github.com/tadeokondrak/vs-overlay
synced 2024-11-23 01:12:25 +01:00
remove references to vapoursynth.dev
This commit is contained in:
parent
e94a197efe
commit
13ebe32810
|
@ -16,7 +16,7 @@ in stdenv.mkDerivation rec {
|
||||||
buildInputs = [ vapoursynth ];
|
buildInputs = [ vapoursynth ];
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
c++ -std=c++11 -shared -fPIC -O2 -I${vapoursynth.dev}/include/vapoursynth \
|
c++ -std=c++11 -shared -fPIC -O2 -I${vapoursynth}/include/vapoursynth \
|
||||||
autocrop.cpp -o libautocrop${ext}
|
autocrop.cpp -o libautocrop${ext}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ in stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
c++ -fPIC -shared -I${vapoursynth.dev}/include/vapoursynth \
|
c++ -fPIC -shared -I${vapoursynth}/include/vapoursynth \
|
||||||
-o VapourSynth-BezierCurve${ext} \
|
-o VapourSynth-BezierCurve${ext} \
|
||||||
VapourSynth-BezierCurve/BezierCurve.cpp \
|
VapourSynth-BezierCurve/BezierCurve.cpp \
|
||||||
VapourSynth-BezierCurve/CubicBezierCurve.cpp \
|
VapourSynth-BezierCurve/CubicBezierCurve.cpp \
|
||||||
|
|
|
@ -16,7 +16,7 @@ in stdenv.mkDerivation rec {
|
||||||
buildInputs = [ vapoursynth ];
|
buildInputs = [ vapoursynth ];
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
c++ -shared -fPIC -O2 -msse2 -mfpmath=sse -I${vapoursynth.dev}/include/vapoursynth \
|
c++ -shared -fPIC -O2 -msse2 -mfpmath=sse -I${vapoursynth}/include/vapoursynth \
|
||||||
continuity.cpp -o continuity${ext}
|
continuity.cpp -o continuity${ext}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ in stdenv.mkDerivation rec {
|
||||||
buildInputs = [ vapoursynth ];
|
buildInputs = [ vapoursynth ];
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
c++ -std=c++11 -shared -fPIC -O2 -I${vapoursynth.dev}/include/vapoursynth \
|
c++ -std=c++11 -shared -fPIC -O2 -I${vapoursynth}/include/vapoursynth \
|
||||||
descale.cpp -o libdescale${ext}
|
descale.cpp -o libdescale${ext}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue