rezso
rezso
No, same error, because 'git clone https://github.com/utelle/wxsqlite3.git' (or 'git submodule update --init') gets wxsqlite3 4.7.6, but the wxsqlite3/sqlite3secure/src/sqlite3secure.c file removed in wxsqlite3 4.6.0. So you need to update the 3rd/CMakeLists.txt...
-- -- MMEX configuration summary -- ========================== -- Version : 1.5.14 -- Host system : Linux x86_64 -- Target system : Linux x86_64 -- Build types : Release -- Generator...
@PMaff : using the ninja generator with cmake is not relevant here. I get wxsqlite code with: git clone https://github.com/utelle/wxsqlite3.git 3rd/wxsqlite3 cd 3rd/wxsqlite3 git checkout 01150d2 cd - With this...
@cgilles I can build QtAV with ffmpeg5 at commit https://github.com/wang-bin/QtAV/commit/fdc613dc99304f208cff0bb25b3ded14bb993237 with this patch.
@cgilles : No. I tried the QtAV lib, not the mdk-sdk framework. But QtAV is needed for me only for digikam build, so not an important thing.
Try this patch: [kernel-5.8.patch.txt](https://github.com/pgiri/ndiswrapper/files/6032290/kernel-5.8.patch.txt)
> Do you have a patch for 5.13 ?? No. I have 5.10.18 kernel.
In addition, build fails with ffmpeg 4.4.1 also. See the attached log snippets. [ffmpeg4.4.log](https://github.com/salsaman/LiVES/files/8319576/ffmpeg4.4.log)
I think, it is a problems with the configure checks. For example, the configure says 'HAVE_AVCODEC_OPEN2=false', but this function is exists in libavcodec.so.58.91.100. I removed all libav_helper.h includes, and `pkt->destruct...