How to compile php to enable webp support?

前端 未结 1 633
旧时难觅i
旧时难觅i 2021-01-19 07:12

while I compile php 5.5.10 many times ,but still cannot get webp support enable,which is described by \"http://cn2.php.net/manual/zh/function.imagewebp.php\". here is my com

相关标签:
1条回答
  • 2021-01-19 07:29

    To enable WebP support, you have to add --with-vpx-dir= to your configure line (and of course have libvpx installed). See also https://bugs.php.net/bug.php?id=64476.

    0 讨论(0)
提交回复
热议问题