openssl include header is missing, please check directory /usr/include, make sure there is header file "openssl/ssl.h", otherwise, you need install openssl first I think.
On 9/19/17, [email protected] <[email protected]> wrote: > Dear FFmpeg org, > > complie the ffmpeg with openssl error: > BEGIN /tmp/ffconf.Q2c8r4Tb.c > 1 #include <openssl/ssl.h> > 2 int x; > END /tmp/ffconf.Q2c8r4Tb.c > arm-none-linux-gnueabi-gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 > -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DPIC > -march=armv5te -std=c99 -fomit-frame-pointer -fPIC -marm -pthread -E -o > /tmp/ffconf.Lhn5rbJM.o /tmp/ffconf.Q2c8r4Tb.c > /tmp/ffconf.Q2c8r4Tb.c:1:25: fatal error: openssl/ssl.h: No such file or > directory > compilation terminated. > check_lib openssl/ssl.h SSL_library_init -lssl32 -leay32 > check_header openssl/ssl.h > check_cpp > BEGIN /tmp/ffconf.Q2c8r4Tb.c > 1 #include <openssl/ssl.h> > 2 int x; > END /tmp/ffconf.Q2c8r4Tb.c > arm-none-linux-gnueabi-gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 > -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DPIC > -march=armv5te -std=c99 -fomit-frame-pointer -fPIC -marm -pthread -E -o > /tmp/ffconf.Lhn5rbJM.o /tmp/ffconf.Q2c8r4Tb.c > /tmp/ffconf.Q2c8r4Tb.c:1:25: fatal error: openssl/ssl.h: No such file or > directory > compilation terminated. > check_lib openssl/ssl.h SSL_library_init -lssl -lcrypto -lws2_32 -lgdi32 > check_header openssl/ssl.h > check_cpp > BEGIN /tmp/ffconf.Q2c8r4Tb.c > > > > > > > Leo chen 陈祖国 > 深圳市泰宝峰科技有限公司 > Email: [email protected] > 电 话 : 15817236672 QQ:280302046 > 地 址 : 深圳市宝安区宝源路名优采购中心B座1区405 > _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
