Advertisement
Guest User

Untitled

a guest
Apr 4th, 2014
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 KB | None | 0 0
  1. make all-recursive
  2. make[1]: Entering directory `/home/machine/glamor'
  3. Making all in src
  4. make[2]: Entering directory `/home/machine/glamor/src'
  5. CC glamor.lo
  6. CC glamor_copyarea.lo
  7. CC glamor_copywindow.lo
  8. CC glamor_core.lo
  9. CC glamor_fill.lo
  10. CC glamor_fillspans.lo
  11. CC glamor_getspans.lo
  12. CC glamor_glyphs.lo
  13. CC glamor_polyfillrect.lo
  14. CC glamor_polylines.lo
  15. CC glamor_putimage.lo
  16. CC glamor_setspans.lo
  17. CC glamor_render.lo
  18. CC glamor_gradient.lo
  19. CC glamor_trapezoid.lo
  20. CC glamor_tile.lo
  21. CC glamor_triangles.lo
  22. CC glamor_addtraps.lo
  23. CC glamor_getimage.lo
  24. CC glamor_copyplane.lo
  25. CC glamor_glyphblt.lo
  26. CC glamor_polyops.lo
  27. CC glamor_pixmap.lo
  28. CC glamor_largepixmap.lo
  29. CC glamor_picture.lo
  30. CC glamor_vbo.lo
  31. CC glamor_window.lo
  32. CC glamor_gl_dispatch.lo
  33. CC glamor_fbo.lo
  34. CC glamor_compositerects.lo
  35. CC glamor_xv.lo
  36. glamor_xv.c:133:5: warning: initialization discards 'const' qualifier from pointer target type [enabled by default]
  37. {XvSettable | XvGettable, -1000, 1000, "XV_BRIGHTNESS"},
  38. ^
  39. glamor_xv.c:134:5: warning: initialization discards 'const' qualifier from pointer target type [enabled by default]
  40. {XvSettable | XvGettable, -1000, 1000, "XV_CONTRAST"},
  41. ^
  42. glamor_xv.c:135:5: warning: initialization discards 'const' qualifier from pointer target type [enabled by default]
  43. {XvSettable | XvGettable, -1000, 1000, "XV_SATURATION"},
  44. ^
  45. glamor_xv.c:136:5: warning: initialization discards 'const' qualifier from pointer target type [enabled by default]
  46. {XvSettable | XvGettable, -1000, 1000, "XV_HUE"},
  47. ^
  48. glamor_xv.c:137:5: warning: initialization discards 'const' qualifier from pointer target type [enabled by default]
  49. {XvSettable | XvGettable, 0, 1, "XV_COLORSPACE"},
  50. ^
  51. glamor_xv.c:569:3: warning: initialization discards 'const' qualifier from pointer target type [enabled by default]
  52. "XV_IMAGE",
  53. ^
  54. glamor_xv.c: In function 'glamor_xv_init':
  55. glamor_xv.c:596:14: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
  56. adapt->name = "GLAMOR Textured Video";
  57. ^
  58. CCLD libglamor.la
  59. CC libglamoregl_la-glamor_eglmodule.lo
  60. CC libglamoregl_la-glamor_egl.lo
  61. CCLD libglamoregl.la
  62. make[2]: Leaving directory `/home/machine/glamor/src'
  63. Making all in conf
  64. make[2]: Entering directory `/home/machine/glamor/conf'
  65. make[2]: Nothing to be done for `all'.
  66. make[2]: Leaving directory `/home/machine/glamor/conf'
  67. make[2]: Entering directory `/home/machine/glamor'
  68. make[2]: Nothing to be done for `all-am'.
  69. make[2]: Leaving directory `/home/machine/glamor'
  70. make[1]: Leaving directory `/home/machine/glamor'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement