Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2022
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.39 KB | None | 0 0
  1. [552/554] Compiling filters/f_demux_in.c
  2. ../demux/packet.c: In function 'new_demux_packet_from_avpacket':
  3. ../demux/packet.c:75:5: warning: 'av_init_packet' is deprecated [-Wdeprecated-declarations]
  4. 75 | av_init_packet(dp->avpacket);
  5. | ^~~~~~~~~~~~~~
  6. In file included from /usr/include/libavcodec/avcodec.h:45,
  7. from ../demux/packet.c:23:
  8. /usr/include/libavcodec/packet.h:506:6: note: declared here
  9. 506 | void av_init_packet(AVPacket *pkt);
  10. | ^~~~~~~~~~~~~~
  11.  
  12. ../video/out/placebo/utils.c: In function 'mppl_ctx_set_log':
  13. ../video/out/placebo/utils.c:55:5: warning: 'pl_context_update' is deprecated [-Wdeprecated-declarations]
  14. 55 | pl_context_update(ctx, &(struct pl_context_params) {
  15. | ^~~~~~~~~~~~~~~~~
  16. In file included from /usr/include/libplacebo/context.h:2,
  17. from ../video/out/placebo/utils.h:7,
  18. from ../video/out/placebo/utils.c:2:
  19. /usr/include/libplacebo/log.h:120:1: note: declared here
  20. 120 | pl_context_update(PL_STRUCT(pl_context) *ctx, const struct pl_context_params *params)
  21. | ^~~~~~~~~~~~~~~~~
  22.  
  23. ../video/out/hwdec/hwdec_vaapi_vk.c: In function 'vaapi_vk_map':
  24. ../video/out/hwdec/hwdec_vaapi_vk.c:84:9: warning: 'ctx' is deprecated [-Wdeprecated-declarations]
  25. 84 | mppl_ctx_set_log(gpu->ctx, mapper->ra->log, probing);
  26. | ^~~~~~~~~~~~~~~~
  27. In file included from ../video/out/placebo/ra_pl.h:4,
  28. from ../video/out/hwdec/hwdec_vaapi_vk.c:23:
  29. /usr/include/libplacebo/gpu.h:266:12: note: declared here
  30. 266 | pl_log ctx PL_DEPRECATED; // equal to `log`
  31. | ^~~
  32. ../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]
  33. 84 | mppl_ctx_set_log(gpu->ctx, mapper->ra->log, probing);
  34. | ~~~^~~~~
  35. In file included from ../video/out/hwdec/hwdec_vaapi_vk.c:24:
  36. ../video/out/placebo/utils.h:9:42: note: expected 'struct pl_log *' but argument is of type 'pl_log' {aka 'const struct pl_log *'}
  37. 9 | void mppl_ctx_set_log(struct pl_context *ctx, struct mp_log *log, bool probing);
  38. | ~~~~~~~~~~~~~~~~~~~^~~
  39. ../video/out/hwdec/hwdec_vaapi_vk.c:86:9: warning: 'ctx' is deprecated [-Wdeprecated-declarations]
  40. 86 | mppl_ctx_set_log(gpu->ctx, mapper->ra->log, false);
  41. | ^~~~~~~~~~~~~~~~
  42. In file included from ../video/out/placebo/ra_pl.h:4,
  43. from ../video/out/hwdec/hwdec_vaapi_vk.c:23:
  44. /usr/include/libplacebo/gpu.h:266:12: note: declared here
  45. 266 | pl_log ctx PL_DEPRECATED; // equal to `log`
  46. | ^~~
  47. ../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]
  48. 86 | mppl_ctx_set_log(gpu->ctx, mapper->ra->log, false);
  49. | ~~~^~~~~
  50. In file included from ../video/out/hwdec/hwdec_vaapi_vk.c:24:
  51. ../video/out/placebo/utils.h:9:42: note: expected 'struct pl_log *' but argument is of type 'pl_log' {aka 'const struct pl_log *'}
  52. 9 | void mppl_ctx_set_log(struct pl_context *ctx, struct mp_log *log, bool probing);
  53. | ~~~~~~~~~~~~~~~~~~~^~~
  54.  
  55. [553/554] Linking build-tests/libmpv.so
  56. [554/554] Symlinking build-tests/libmpv.so
  57.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement