Doesn't work here, also ee60c53b18ea958081c3b96a817a66d4b9989619 is 2+ years old.
tried with
=> seems like it's time to drop Linux support and switch to Windows only releases.
Cu Selur
tried with
ghdl AkarinVS/L-SMASH-Works
git checkout vA.3j
ghdl l-smash/l-smash
./configure --prefix="$vsprefix" --extra-cflags="$CFLAGS" || cat config.log
make -j$JOBS lib
cp liblsmash.a ..
cd ../VapourSynth
mv meson.build meson.build.ORIGINAL
sed < meson.build.ORIGINAL > meson.build \
-e "/vapoursynth_dep *=/i\
liblsmash_dep = declare_dependency(link_args : ['-L../../build', '-llsmash'],\\
include_directories : ['../../build'])\n" \
-e "s/dependency('liblsmash')/liblsmash_dep/g"
if [ -z "$vsprefix" ]; then
vsprefix="/usr/local"
fi
CFLAGS="$CFLAGS -Wno-deprecated-declarations" meson setup build --prefix="$vsprefix"
ninja -C build -j $JOBS
cp build/libvslsmashsource.so ../libvslsmashsource.so
cd ..
finish libvslsmashsource.so
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.