Advertisement
Guest User

Untitled

a guest
Feb 27th, 2016
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. decode/dec_audio.c
  2. [ 31/209] Compiling video/image_writer.c
  3. [ 32/209] Compiling video/out/x11_common.c
  4. ../video/image_writer.c: In function ‘write_lavc’:
  5. ../video/image_writer.c:114:9: warning: ‘prediction_method’ is deprecated (declared at /home/pi/mpv-build/build_libs/include/libavcodec/avcodec.h:1915) [-Wdeprecated-declarations]
  6. avctx->prediction_method = ctx->opts->png_filter;
  7. ^
  8.  
  9. [ 33/209] Compiling audio/filter/tools.c
  10. [ 34/209] Compiling audio/filter/af_pan.c
  11. [ 35/209] Compiling demux/timeline.c
  12. [ 36/209] Compiling osdep/terminal-unix.c
  13. [ 37/209] Compiling misc/json.c
  14. [ 38/209] Compiling video/out/opengl/common.c
  15. [ 39/209] Compiling player/playloop.c
  16. [ 40/209] Compiling audio/filter/af_volume.c
  17. [ 41/209] Compiling misc/dispatch.c
  18. [ 42/209] Compiling input/event.c
  19. [ 43/209] Compiling video/filter/vf_rotate.c
  20. ../video/out/x11_common.c: In function ‘vo_x11_update_screeninfo’:
  21. ../video/out/x11_common.c:422:10: warning: unused variable ‘all_screens’ [-Wunused-variable]
  22. bool all_screens = opts->fullscreen && opts->fsscreen_id == -2;
  23. ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement