mirror of
https://github.com/tadeokondrak/vs-overlay
synced 2024-11-13 04:32:29 +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 ];
|
||||
|
||||
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}
|
||||
'';
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ in stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
buildPhase = ''
|
||||
c++ -fPIC -shared -I${vapoursynth.dev}/include/vapoursynth \
|
||||
c++ -fPIC -shared -I${vapoursynth}/include/vapoursynth \
|
||||
-o VapourSynth-BezierCurve${ext} \
|
||||
VapourSynth-BezierCurve/BezierCurve.cpp \
|
||||
VapourSynth-BezierCurve/CubicBezierCurve.cpp \
|
||||
|
|
|
@ -16,7 +16,7 @@ in stdenv.mkDerivation rec {
|
|||
buildInputs = [ vapoursynth ];
|
||||
|
||||
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}
|
||||
'';
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ in stdenv.mkDerivation rec {
|
|||
buildInputs = [ vapoursynth ];
|
||||
|
||||
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}
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue