Advertisement
Guest User

Untitled

a guest
Nov 25th, 2014
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. 81%] Building CXX object hphp/runtime/ext/CMakeFiles/hphp_runtime_ext.dir/xdebug/xdebug_profiler.cpp.o
  2. /root/Downloads/hhvm/hphp/runtime/ext/gd/libgd/webpimg.cpp: In function ‘WebPResult VPXEncode(const uint8*, const uint8*, const uint8*, int, int, int, int, int, int, int, int, unsigned char**, int*)’:
  3. /root/Downloads/hhvm/hphp/runtime/ext/gd/libgd/webpimg.cpp:708:24: error: ‘IMG_FMT_I420’ was not declared in this scope
  4. vpx_img_wrap(&img, IMG_FMT_I420,
  5. ^
  6. /root/Downloads/hhvm/hphp/runtime/ext/gd/libgd/webpimg.cpp:710:16: error: ‘PLANE_Y’ was not declared in this scope
  7. img.planes[PLANE_Y] = (uint8*)(Y);
  8. ^
  9. /root/Downloads/hhvm/hphp/runtime/ext/gd/libgd/webpimg.cpp:711:16: error: ‘PLANE_U’ was not declared in this scope
  10. img.planes[PLANE_U] = (uint8*)(U);
  11. ^
  12. /root/Downloads/hhvm/hphp/runtime/ext/gd/libgd/webpimg.cpp:712:16: error: ‘PLANE_V’ was not declared in this scope
  13. img.planes[PLANE_V] = (uint8*)(V);
  14. ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement