Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [552/554] Compiling filters/f_demux_in.c
- ../demux/packet.c: In function 'new_demux_packet_from_avpacket':
- ../demux/packet.c:75:5: warning: 'av_init_packet' is deprecated [-Wdeprecated-declarations]
- 75 | av_init_packet(dp->avpacket);
- | ^~~~~~~~~~~~~~
- In file included from /usr/include/libavcodec/avcodec.h:45,
- from ../demux/packet.c:23:
- /usr/include/libavcodec/packet.h:506:6: note: declared here
- 506 | void av_init_packet(AVPacket *pkt);
- | ^~~~~~~~~~~~~~
- ../video/out/placebo/utils.c: In function 'mppl_ctx_set_log':
- ../video/out/placebo/utils.c:55:5: warning: 'pl_context_update' is deprecated [-Wdeprecated-declarations]
- 55 | pl_context_update(ctx, &(struct pl_context_params) {
- | ^~~~~~~~~~~~~~~~~
- In file included from /usr/include/libplacebo/context.h:2,
- from ../video/out/placebo/utils.h:7,
- from ../video/out/placebo/utils.c:2:
- /usr/include/libplacebo/log.h:120:1: note: declared here
- 120 | pl_context_update(PL_STRUCT(pl_context) *ctx, const struct pl_context_params *params)
- | ^~~~~~~~~~~~~~~~~
- ../video/out/hwdec/hwdec_vaapi_vk.c: In function 'vaapi_vk_map':
- ../video/out/hwdec/hwdec_vaapi_vk.c:84:9: warning: 'ctx' is deprecated [-Wdeprecated-declarations]
- 84 | mppl_ctx_set_log(gpu->ctx, mapper->ra->log, probing);
- | ^~~~~~~~~~~~~~~~
- In file included from ../video/out/placebo/ra_pl.h:4,
- from ../video/out/hwdec/hwdec_vaapi_vk.c:23:
- /usr/include/libplacebo/gpu.h:266:12: note: declared here
- 266 | pl_log ctx PL_DEPRECATED; // equal to `log`
- | ^~~
- ../video/out/hwdec/hwdec_vaapi_vk.c:84:29: warning: passing argument 1 of 'mppl_ctx_set_log' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 84 | mppl_ctx_set_log(gpu->ctx, mapper->ra->log, probing);
- | ~~~^~~~~
- In file included from ../video/out/hwdec/hwdec_vaapi_vk.c:24:
- ../video/out/placebo/utils.h:9:42: note: expected 'struct pl_log *' but argument is of type 'pl_log' {aka 'const struct pl_log *'}
- 9 | void mppl_ctx_set_log(struct pl_context *ctx, struct mp_log *log, bool probing);
- | ~~~~~~~~~~~~~~~~~~~^~~
- ../video/out/hwdec/hwdec_vaapi_vk.c:86:9: warning: 'ctx' is deprecated [-Wdeprecated-declarations]
- 86 | mppl_ctx_set_log(gpu->ctx, mapper->ra->log, false);
- | ^~~~~~~~~~~~~~~~
- In file included from ../video/out/placebo/ra_pl.h:4,
- from ../video/out/hwdec/hwdec_vaapi_vk.c:23:
- /usr/include/libplacebo/gpu.h:266:12: note: declared here
- 266 | pl_log ctx PL_DEPRECATED; // equal to `log`
- | ^~~
- ../video/out/hwdec/hwdec_vaapi_vk.c:86:29: warning: passing argument 1 of 'mppl_ctx_set_log' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 86 | mppl_ctx_set_log(gpu->ctx, mapper->ra->log, false);
- | ~~~^~~~~
- In file included from ../video/out/hwdec/hwdec_vaapi_vk.c:24:
- ../video/out/placebo/utils.h:9:42: note: expected 'struct pl_log *' but argument is of type 'pl_log' {aka 'const struct pl_log *'}
- 9 | void mppl_ctx_set_log(struct pl_context *ctx, struct mp_log *log, bool probing);
- | ~~~~~~~~~~~~~~~~~~~^~~
- [553/554] Linking build-tests/libmpv.so
- [554/554] Symlinking build-tests/libmpv.so
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement