pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

multimedia/ffmpeg010 breakage



My last few attempts at pkg_rr have foundered in multimedia/ffmpeg010 with

----------
[lots of warnings about 'partitions' being deprecated ...]
 
libavcodec/libx264.c:395:9: warning: 'partitions' is deprecated [-Wdeprecated-declarations]
         if (avctx->partitions & X264_PART_B8X8)
         ^
In file included from libavcodec/libx264.c:24:0:
libavcodec/avcodec.h:2775:30: note: declared here
     attribute_deprecated int partitions;
                              ^
libavcodec/libx264.c:541:5: warning: 'crf' is deprecated [-Wdeprecated-declarations]
     avctx->crf = x4->params.rc.f_rf_constant;
     ^
In file included from libavcodec/libx264.c:24:0:
libavcodec/avcodec.h:2698:32: note: declared here
     attribute_deprecated float crf;
                                ^
libavcodec/libx264.c: In function 'X264_init_static':
libavcodec/libx264.c:595:9: error: 'x264_bit_depth' undeclared (first use in this function)
     if (x264_bit_depth == 8)
         ^
common.mak:45: recipe for target 'libavcodec/libx264.o' failed
gmake: *** [libavcodec/libx264.o] Error 1
*** Error code 2

Stop.
----------

This is on NetBSD/amd64 8.99.12 from last January.  All other packages
rebuild fine.  Has anyone seen this in bulk builds?

I'm not sure whether this is a local problem or a version
incompatibility with multimedia/x264-devel

--
IDL


Home | Main Index | Thread Index | Old Index