* installing to library ‘/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages’
* installing *source* package ‘AV1R’ ...
** this is package ‘AV1R’ version ‘0.1.2’
** package ‘AV1R’ successfully unpacked and MD5 sums checked
** using staged installation
Checking for ffmpeg binary...
  Found ffmpeg: /usr/bin/ffmpeg
Checking for Vulkan support...
  Vulkan not found, GPU encoding disabled. CPU path via ffmpeg only.

AV1R configuration:
  CPU encoding (ffmpeg binary): yes
  GPU encoding (Vulkan AV1):    no

** libs
using C++ compiler: ‘g++-14 (Debian 14.3.0-12) 14.3.0’
using C++17
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmps3HLjw/R.INSTALL3caeca1d521a37/AV1R/src'
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I.   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c av1r_bindings.cpp -o av1r_bindings.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I.   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c av1r_init.cpp -o av1r_init.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I.   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c av1r_device.cpp -o av1r_device.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I.   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c av1r_memory.cpp -o av1r_memory.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I.   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c av1r_commands.cpp -o av1r_commands.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I.   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c av1r_encode_vulkan.cpp -o av1r_encode_vulkan.o
g++-14 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -Wl,-O1 -o AV1R.so av1r_bindings.o av1r_init.o av1r_device.o av1r_memory.o av1r_commands.o av1r_encode_vulkan.o -lpthread -lm -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmps3HLjw/R.INSTALL3caeca1d521a37/AV1R/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmps3HLjw/R.INSTALL3caeca1d521a37/AV1R/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmps3HLjw/R.INSTALL3caeca1d521a37/AV1R/src'
installing to /home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/00LOCK-AV1R/00new/AV1R/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (AV1R)