png2theora.c: undefined reference to `png_sizeof

简介: png2theora.c: undefined reference to `png_sizeof

在编译libtheora的时候出错了。原因是,使用的libpng太新(1.6/1.7),需要换回老的版本。

解决办法,下载编译libpng15即可:

https://sourceforge.net/projects/libpng/files/libpng15

./configure
make
make install
目录
相关文章
|
5月前
|
Python
已解决:_tkinter.TcLError: couldn’t recognize data in image file “Image/nakamuraan.gif”
已解决:_tkinter.TcLError: couldn’t recognize data in image file “Image/nakamuraan.gif”
198 1
|
JavaScript
image-conversion
image-conversion
222 0
|
存储 API
sws_scale():bad dst image pointers
sws_scale():bad dst image pointers
326 0
sws_scale():bad dst image pointers
|
缓存 前端开发 JavaScript
浅析data:image/png;base64的应用
浅析data:image/png;base64的应用
916 0
浅析data:image/png;base64的应用
png2theora.c: undefined reference to `png_sizeof
png2theora.c: undefined reference to `png_sizeof
109 0
|
计算机视觉
【事件图像】RGB Image conversion to event Image
【事件图像】RGB Image conversion to event Image
【事件图像】RGB Image conversion to event Image
error: ‘VPX_IMG_FMT_RGB32’ undeclared (first use in this function); did you mean ‘VPX_IMG_FMT_NV12’?
error: ‘VPX_IMG_FMT_RGB32’ undeclared (first use in this function); did you mean ‘VPX_IMG_FMT_NV12’?
107 0
错误及原因:Empty JPEG image (DNL not supported)
错误及原因:Empty JPEG image (DNL not supported)
156 0
|
计算机视觉
解决办法:cv::randn(cv::_InputOutputArray const&, cv::_InputArray const&, cv::_InputArray const&)’未定义的引用
解决办法:cv::randn(cv::_InputOutputArray const&, cv::_InputArray const&, cv::_InputArray const&)’未定义的引用
198 0

热门文章

最新文章