Closed kieranjol closed 7 years ago
Sorry but this is your issue, not qctools.
I understand. I thought that some extra dependency should have been declared or something. I'll close and look elsewhere for a solution.
Is your ffmpeg build with x11grab support and vaapi? qctools linking need to match linking of ffmpeg. pkg-config files should take care of it.
Thanks for this - ffmpeg is being built via the build script within qctools, and it does not look like either are enabled looking at this from init_ffmpeg.sh?
FFMPEG_CONFIGURE_OPTS=(--enable-gpl --enable-version3 --disable-securetransport --disable-videotoolbox --disable-shared --enable-static --disable-doc --disable-ffplay --disable-ffprobe --disable-ffserver --disable-debug --disable-lzma --disable-iconv --enable-pic)
I'll try adding those options and see if it fixes things.
Hi,
I can't build from source on Ubuntu. While I can get daily snapshots, I want to be able to try out different branches and all that. Versions of ffmpeg, make, qmake followed by console output (this was me re-running ./build which resulted in the same errors)