* installing to library ‘/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages’
* installing *source* package ‘av’ ...
** package ‘av’ successfully unpacked and MD5 sums checked
** using staged installation
Found pkg-config cflags and libs!
Using PKG_CFLAGS=-I/usr/include/x86_64-linux-gnu 
Using PKG_LIBS=-lavfilter 
** libs
using C compiler: ‘gcc-14 (Debian 14.2.0-6) 14.2.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpAAYd6t/R.INSTALL175e6072ec6384/av/src'
rm -f av.so fft.o formats.o info.o init.o video.o winfunc.o
gcc-14 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I/usr/include/x86_64-linux-gnu  -DR_NO_REMAP -DSTRICT_R_HEADERS  -I/usr/local/include -D_FORTIFY_SOURCE=3  -fvisibility=hidden -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c fft.c -o fft.o
gcc-14 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I/usr/include/x86_64-linux-gnu  -DR_NO_REMAP -DSTRICT_R_HEADERS  -I/usr/local/include -D_FORTIFY_SOURCE=3  -fvisibility=hidden -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c formats.c -o formats.o
formats.c: In function ‘R_list_codecs’:
formats.c:46:5: warning: ‘sample_fmts’ is deprecated [-Wdeprecated-declarations]
   46 |     if(codec->type == AVMEDIA_TYPE_AUDIO && codec->sample_fmts){
      |     ^~
In file included from /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:41,
                 from formats.c:2:
/usr/include/x86_64-linux-gnu/libavcodec/codec.h:219:32: note: declared here
  219 |     const enum AVSampleFormat *sample_fmts; ///< @deprecated use avcodec_get_supported_config()
      |                                ^~~~~~~~~~~
formats.c:47:7: warning: ‘sample_fmts’ is deprecated [-Wdeprecated-declarations]
   47 |       SET_STRING_ELT(fmt, i, safe_string(av_get_sample_fmt_name(codec->sample_fmts[0])));
      |       ^~~~~~~~~~~~~~
/usr/include/x86_64-linux-gnu/libavcodec/codec.h:219:32: note: declared here
  219 |     const enum AVSampleFormat *sample_fmts; ///< @deprecated use avcodec_get_supported_config()
      |                                ^~~~~~~~~~~
formats.c:48:5: warning: ‘pix_fmts’ is deprecated [-Wdeprecated-declarations]
   48 |     } else if(codec->type == AVMEDIA_TYPE_VIDEO && codec->pix_fmts){
      |     ^
/usr/include/x86_64-linux-gnu/libavcodec/codec.h:215:31: note: declared here
  215 |     const enum AVPixelFormat *pix_fmts;     ///< @deprecated use avcodec_get_supported_config()
      |                               ^~~~~~~~
formats.c:49:7: warning: ‘pix_fmts’ is deprecated [-Wdeprecated-declarations]
   49 |       SET_STRING_ELT(fmt, i, safe_string(av_get_pix_fmt_name(codec->pix_fmts[0])));
      |       ^~~~~~~~~~~~~~
/usr/include/x86_64-linux-gnu/libavcodec/codec.h:215:31: note: declared here
  215 |     const enum AVPixelFormat *pix_fmts;     ///< @deprecated use avcodec_get_supported_config()
      |                               ^~~~~~~~
gcc-14 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I/usr/include/x86_64-linux-gnu  -DR_NO_REMAP -DSTRICT_R_HEADERS  -I/usr/local/include -D_FORTIFY_SOURCE=3  -fvisibility=hidden -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c info.c -o info.o
gcc-14 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I/usr/include/x86_64-linux-gnu  -DR_NO_REMAP -DSTRICT_R_HEADERS  -I/usr/local/include -D_FORTIFY_SOURCE=3  -fvisibility=hidden -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c init.c -o init.o
gcc-14 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I/usr/include/x86_64-linux-gnu  -DR_NO_REMAP -DSTRICT_R_HEADERS  -I/usr/local/include -D_FORTIFY_SOURCE=3  -fvisibility=hidden -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c video.c -o video.o
video.c: In function ‘add_video_output’:
video.c:324:3: warning: ‘pix_fmts’ is deprecated [-Wdeprecated-declarations]
  324 |   video_encoder->pix_fmt = output->codec->pix_fmts ? output->codec->pix_fmts[0] : AV_PIX_FMT_YUV420P;
      |   ^~~~~~~~~~~~~
In file included from /usr/include/x86_64-linux-gnu/libavformat/avformat.h:328,
                 from video.c:1:
/usr/include/x86_64-linux-gnu/libavcodec/codec.h:215:31: note: declared here
  215 |     const enum AVPixelFormat *pix_fmts;     ///< @deprecated use avcodec_get_supported_config()
      |                               ^~~~~~~~
video.c:324:3: warning: ‘pix_fmts’ is deprecated [-Wdeprecated-declarations]
  324 |   video_encoder->pix_fmt = output->codec->pix_fmts ? output->codec->pix_fmts[0] : AV_PIX_FMT_YUV420P;
      |   ^~~~~~~~~~~~~
/usr/include/x86_64-linux-gnu/libavcodec/codec.h:215:31: note: declared here
  215 |     const enum AVPixelFormat *pix_fmts;     ///< @deprecated use avcodec_get_supported_config()
      |                               ^~~~~~~~
video.c: In function ‘add_audio_output’:
video.c:359:3: warning: ‘sample_fmts’ is deprecated [-Wdeprecated-declarations]
  359 |   audio_encoder->sample_fmt = output_codec->sample_fmts[0];
      |   ^~~~~~~~~~~~~
/usr/include/x86_64-linux-gnu/libavcodec/codec.h:219:32: note: declared here
  219 |     const enum AVSampleFormat *sample_fmts; ///< @deprecated use avcodec_get_supported_config()
      |                                ^~~~~~~~~~~
video.c: In function ‘feed_to_filter’:
video.c:532:8: warning: ‘pix_fmts’ is deprecated [-Wdeprecated-declarations]
  532 |   enum AVPixelFormat pix_fmt = output->codec->pix_fmts ? output->codec->pix_fmts[0] : AV_PIX_FMT_YUV420P;
      |        ^~~~~~~~~~~~~
/usr/include/x86_64-linux-gnu/libavcodec/codec.h:215:31: note: declared here
  215 |     const enum AVPixelFormat *pix_fmts;     ///< @deprecated use avcodec_get_supported_config()
      |                               ^~~~~~~~
video.c:532:8: warning: ‘pix_fmts’ is deprecated [-Wdeprecated-declarations]
  532 |   enum AVPixelFormat pix_fmt = output->codec->pix_fmts ? output->codec->pix_fmts[0] : AV_PIX_FMT_YUV420P;
      |        ^~~~~~~~~~~~~
/usr/include/x86_64-linux-gnu/libavcodec/codec.h:215:31: note: declared here
  215 |     const enum AVPixelFormat *pix_fmts;     ///< @deprecated use avcodec_get_supported_config()
      |                               ^~~~~~~~
gcc-14 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I/usr/include/x86_64-linux-gnu  -DR_NO_REMAP -DSTRICT_R_HEADERS  -I/usr/local/include -D_FORTIFY_SOURCE=3  -fvisibility=hidden -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c winfunc.c -o winfunc.o
gcc-14 -shared -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -Wl,-O1 -o av.so fft.o formats.o info.o init.o video.o winfunc.o -lavfilter -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpAAYd6t/R.INSTALL175e6072ec6384/av/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpAAYd6t/R.INSTALL175e6072ec6384/av/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpAAYd6t/R.INSTALL175e6072ec6384/av/src'
installing to /home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/00LOCK-av/00new/av/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 (av)