ffmpegx86依赖库,装了libssl-dev 就可以让ffmpeg找到openssl了

root@Ubuntu32:/home/zhangbin/ffmpeg/ffmpegx86/ffmpeg-1.2# apt-get install openssl-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package openssl-dev
root@Ubuntu32:/home/zhangbin/ffmpeg/ffmpegx86/ffmpeg-1.2# apt-get install openssl-dev*
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note,selecting 'libcurl3-openssl-dev' for regex 'openssl-dev*'
Note,selecting 'libcurl4-openssl-dev' for regex 'openssl-dev*'
Note,selecting 'libcurl4-openssl-dev' instead of 'libcurl3-openssl-dev'
The following extra packages will be installed:
comerr-dev krb5-multidev libgssrpc4 libidn11-dev libkadm5clnt-mit8
libkadm5srv-mit8 libkdb5-6 libkrb5-dev libldap2-dev libssl-dev libssl-doc
Suggested packages:
krb5-doc libcurl3-dbg krb5-user
The following NEW packages will be installed:
comerr-dev krb5-multidev libcurl4-openssl-dev libgssrpc4 libidn11-dev
libkadm5clnt-mit8 libkadm5srv-mit8 libkdb5-6 libkrb5-dev libldap2-dev
libssl-dev libssl-doc
0 upgraded,12 newly installed,0 to remove and 8 not upgraded.
Need to get 5,002 kB of archives.
After this operation,12.7 MB of additional disk space will be used.
Do you want to continue [Y/n]? n
Abort.
root@Ubuntu32:/home/zhangbin/ffmpeg/ffmpegx86/ffmpeg-1.2# apt-get install ssl-dev*
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note,selecting 'libglobus-gsi-proxy-ssl-dev' for regex 'ssl-dev*'
Note,selecting 'libpolarssl-dev' for regex 'ssl-dev*'
Note,selecting 'libcurl-ssl-dev' for regex 'ssl-dev*'
Note,selecting 'libssl-dev' for regex 'ssl-dev*'
Note,selecting 'libcurl3-openssl-dev' for regex 'ssl-dev*'
Note,selecting 'libnussl-dev' for regex 'ssl-dev*'
Note,selecting 'libace-inet-ssl-dev' for regex 'ssl-dev*'
Note,selecting 'libace-ssl-dev' for regex 'ssl-dev*'
Note,selecting 'libcurl4-openssl-dev' for regex 'ssl-dev*'
Note,selecting 'libmatrixssl-dev' for regex 'ssl-dev*'
Note,selecting 'libcurl4-openssl-dev' instead of 'libcurl3-openssl-dev'
Note,selecting 'libmatrixssl1.8-dev' instead of 'libmatrixssl-dev'
The following extra packages will be installed:
comerr-dev globus-core krb5-multidev libace-6.0.1 libace-dev
libace-inet-6.0.1 libace-inet-dev libace-inet-ssl-6.0.1 libace-ssl-6.0.1
libglobus-gsi-proxy-ssl-doc libglobus-gsi-proxy-ssl1 libgssrpc4 libidn11-dev
libkadm5clnt-mit8 libkadm5srv-mit8 libkdb5-6 libkrb5-dev libldap2-dev
libmatrixssl1.8 libmatrixssl1.8-doc libnussl1 libpolarssl0 libsasl2-dev
libssl-doc
Suggested packages:
krb5-doc libace-doc libtao-dev libcurl3-dbg krb5-user dietlibc-dev
libmatrixssl-dev
The following NEW packages will be installed:
comerr-dev globus-core krb5-multidev libace-6.0.1 libace-dev
libace-inet-6.0.1 libace-inet-dev libace-inet-ssl-6.0.1 libace-inet-ssl-dev
libace-ssl-6.0.1 libace-ssl-dev libcurl4-openssl-dev
libglobus-gsi-proxy-ssl-dev libglobus-gsi-proxy-ssl-doc
libglobus-gsi-proxy-ssl1 libgssrpc4 libidn11-dev libkadm5clnt-mit8
libkadm5srv-mit8 libkdb5-6 libkrb5-dev libldap2-dev libmatrixssl1.8
libmatrixssl1.8-dev libmatrixssl1.8-doc libnussl-dev libnussl1
libpolarssl-dev libpolarssl0 libsasl2-dev libssl-dev libssl-doc
0 upgraded,32 newly installed,0 to remove and 8 not upgraded.
Need to get 9,053 kB of archives.
After this operation,29.9 MB of additional disk space will be used.
Do you want to continue [Y/n]? n
Abort.
root@Ubuntu32:/home/zhangbin/ffmpeg/ffmpegx86/ffmpeg-1.2# apt-get install libssl-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
libssl-doc
The following NEW packages will be installed:
libssl-dev libssl-doc
0 upgraded,2 newly installed,0 to remove and 8 not upgraded.
Need to get 2,458 kB of archives.
After this operation,6,398 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libssl-dev i386 1.0.1-4ubuntu5.8 [1,424 kB]
Get:2 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libssl-doc all 1.0.1-4ubuntu5.8 [1,034 kB]
Fetched 2,458 kB in 3s (673 kB/s)
Selecting prevIoUsly unselected package libssl-dev.
(Reading database ... 207902 files and directories currently installed.)
Unpacking libssl-dev (from .../libssl-dev_1.0.1-4ubuntu5.8_i386.deb) ...
Selecting prevIoUsly unselected package libssl-doc.
Unpacking libssl-doc (from .../libssl-doc_1.0.1-4ubuntu5.8_all.deb) ...
Processing triggers for man-db ...
Setting up libssl-dev (1.0.1-4ubuntu5.8) ...
Setting up libssl-doc (1.0.1-4ubuntu5.8) ...
root@Ubuntu32:/home/zhangbin/ffmpeg/ffmpegx86/ffmpeg-1.2# ./configure --enable-gpl --enable-version3 --enable-nonfree --enable-shared --enable-runtime-cpudetect --enable-gray --enable-avresample --enable-x11grab --enable-bzlib --enable-libgsm --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libspeex --enable-libtheora --enable-libv4l2 --enable-libvo-aacenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxvid --enable-zlib --enable-pic --enable-libfaac --enable-libass --enable-libfaac --enable-librtmp --enable-openssl install prefix /usr/local source path . C compiler gcc ARCH x86 (generic) big-endian no runtime cpu detection yes yasm yes MMX enabled yes MmxeXT enabled yes 3DNow! enabled yes 3DNow! extended enabled yes SSE enabled yes SSSE3 enabled yes AVX enabled yes FMA4 enabled yes CMOV enabled no CMOV is fast no EBX available no EBP available yes debug symbols yes strip symbols yes optimize for size no optimizations yes static yes shared yes postprocessing support yes new filter support yes network support yes threading support pthreads safe bitstream reader yes SDL support no texi2html enabled no perl enabled yes pod2man enabled yes makeinfo enabled no External libraries: iconv librtmp libvpx libass libspeex libx264 libfaac libtheora libxvid libgsm libv4l2 openssl libmp3lame libvo_aacenc x11grab libopencore_amrnb libvorbis zlib libopencore_amrwb Enabled decoders: aac c93 indeo3 aac_latm cavs indeo4 aasc cdgraphics indeo5 ac3 cdxl interplay_dpcm adpcm_4xm cinepak interplay_video adpcm_adx cljr jacosub adpcm_afc cllc jpeg2000 adpcm_ct comfortnoise jpegls adpcm_ea cook jv adpcm_ea_maxis_xa cpia kgv1 adpcm_ea_r1 cscd kmvc adpcm_ea_r2 cyuv lagarith adpcm_ea_r3 dca libgsm adpcm_ea_xas dfa libgsm_ms adpcm_g722 dirac libopencore_amrnb adpcm_g726 dnxhd libopencore_amrwb adpcm_ima_amv dpx libspeex adpcm_ima_apc dsicinaudio libvorbis adpcm_ima_dk3 dsicinvideo libvpx_vp8 adpcm_ima_dk4 dvbsub loco adpcm_ima_ea_eacs dvdsub mace3 adpcm_ima_ea_sead dvvideo mace6 adpcm_ima_iss dxa mdec adpcm_ima_oki dxtory microdvd adpcm_ima_qt eac3 mimic adpcm_ima_smjpeg eacmv mjpeg adpcm_ima_wav eamad mjpegb adpcm_ima_ws eatgq mlp adpcm_ms eatgv mmvideo adpcm_sbpro_2 eatqi motionpixels adpcm_sbpro_3 eightbps movtext adpcm_sbpro_4 eightsvx_exp mp1 adpcm_swf eightsvx_fib mp1float adpcm_thp escape124 mp2 adpcm_xa escape130 mp2float adpcm_yamaha evrc mp3 alac exr mp3adu als ffv1 mp3adufloat amrnb ffvhuff mp3float amrwb ffwavesynth mp3on4 amv flac mp3on4float anm flashsv mpc7 ansi flashsv2 mpc8 ape flic mpeg1video ass flv mpeg2video asv1 fourxm mpeg4 asv2 fraps mpegvideo atrac1 frwu mpl2 atrac3 g723_1 msa1 aura g729 msmpeg4v1 aura2 gif msmpeg4v2 avrn gsm msmpeg4v3 avrp gsm_ms msrle avs h261 mss1 avui h263 mss2 ayuv h263i msvideo1 bethsoftvid h263p mszh bfi h264 mts2 bink huffyuv mvc1 binkaudio_dct iac mvc2 binkaudio_rdft idcin mxpeg bintext idf nellymoser bmp iff_byterun1 nuv bmv_audio iff_ilbm paf_audio bmv_video imc paf_video brender_pix indeo2 pam pbm rawvideo v210x pcm_alaw realtext v308 pcm_bluray rl2 v408 pcm_dvd roq v410 pcm_f32be roq_dpcm vb pcm_f32le rpza vble pcm_f64be rv10 vc1 pcm_f64le rv20 vc1image pcm_lxf rv30 vcr1 pcm_mulaw rv40 vima pcm_s16be s302m vmdaudio pcm_s16be_planar sami vmdvideo pcm_s16le sanm vmnc pcm_s16le_planar sgi vorbis pcm_s24be sgirle vp3 pcm_s24daud shorten vp5 pcm_s24le sipr vp6 pcm_s24le_planar smackaud vp6a pcm_s32be smacker vp6f pcm_s32le smc vp8 pcm_s32le_planar sNow vplayer pcm_s8 sol_dpcm vqa pcm_s8_planar sonic wavpack pcm_u16be sp5x webvtt pcm_u16le srt wmalossless pcm_u24be subrip wmapro pcm_u24le subviewer wmav1 pcm_u32be subviewer1 wmav2 pcm_u32le sunrast wmavoice pcm_u8 svq1 wmv1 pcm_zork svq3 wmv2 pcx tak wmv3 pgm targa wmv3image pgmyuv targa_y216 wnv1 pgssub text ws_snd1 pictor theora xan_dpcm pjs thp xan_wc3 png tiertexseqvideo xan_wc4 ppm tiff xbin prores tmv xbm prores_lgpl truehd xface ptx truemotion1 xl qcelp truemotion2 xsub qdm2 truespeech xwd qdraw tscc y41p qpeg tscc2 yop qtrle tta yuv4 r10k twinvq zero12v r210 txd zerocodec ra_144 ulti zlib ra_288 utvideo zmbv ralf v210 Enabled encoders: a64multi libmp3lame pcm_u32le a64multi5 libopencore_amrnb pcm_u8 aac libspeex pcx ac3 libtheora pgm ac3_fixed libvo_aacenc pgmyuv adpcm_adx libvorbis png adpcm_g722 libvpx_vp8 ppm adpcm_g726 libx264 prores adpcm_ima_qt libx264rgb prores_anatoliy adpcm_ima_wav libxvid prores_kostya adpcm_ms ljpeg qtrle adpcm_swf mjpeg r10k adpcm_yamaha movtext r210 alac mp2 ra_144 amv mpeg1video rawvideo ass mpeg2video roq asv1 mpeg4 roq_dpcm asv2 msmpeg4v2 rv10 avrp msmpeg4v3 rv20 avui msvideo1 sgi ayuv nellymoser sNow bmp pam sonic cljr pbm sonic_ls comfortnoise pcm_alaw srt dca pcm_f32be subrip dnxhd pcm_f32le sunrast dpx pcm_f64be svq1 dvbsub pcm_f64le targa dvdsub pcm_mulaw tiff dvvideo pcm_s16be utvideo eac3 pcm_s16be_planar v210 ffv1 pcm_s16le v308 ffvhuff pcm_s16le_planar v408 flac pcm_s24be v410 flashsv pcm_s24daud vorbis flashsv2 pcm_s24le wmav1 flv pcm_s24le_planar wmav2 g723_1 pcm_s32be wmv1 gif pcm_s32le wmv2 h261 pcm_s32le_planar xbm h263 pcm_s8 xface h263p pcm_s8_planar xsub huffyuv pcm_u16be xwd jpeg2000 pcm_u16le y41p jpegls pcm_u24be yuv4 libfaac pcm_u24le zlib libgsm pcm_u32be zmbv libgsm_ms Enabled hwaccels: Enabled parsers: aac dvdsub mpegvideo aac_latm flac png ac3 gsm pnm adx h261 rv30 bmp h263 rv40 cavsvideo h264 tak cook mjpeg vc1 dca mlp vorbis dirac mpeg4video vp3 dnxhd mpegaudio vp8 dvbsub Enabled demuxers: aac idf pcm_u24le ac3 iff pcm_u32be act ilbc pcm_u32le adf image2 pcm_u8 adx image2pipe pjs aea ingenient pmp afc ipmovie pva aiff ircam pvf amr iss qcp anm iv8 r3d apc ivf rawvideo ape jacosub realtext aqtitle jv rl2 asf latm rm ass lmlm4 roq ast loas rpl au lvf rso avi lxf rtp avr m4v rtsp avs matroska sami bethsoftvid mgsts sap bfi microdvd sbg bink mjpeg sdp bintext mlp segafilm bit mm shorten bmv mmf siff brstm mov smacker c93 mp3 smjpeg caf mpc smush cavsvideo mpc8 sol cdg mpegps sox cdxl mpegts spdif concat mpegtsraw srt daud mpegvideo str dfa mpl2 subviewer dirac mpsub subviewer1 dnxhd msnwc_tcp swf dsicin mtv tak dts mv tedcaptions dtshd mvi thp dv mxf tiertexseq dxa mxg tmv ea nc truehd ea_cdata nistsphere tta eac3 nsv tty epaf nut txd ffm nuv vc1 ffMetadata ogg vc1t filmstrip oma vivo flac paf vmd flic pcm_alaw vobsub flv pcm_f32be voc fourxm pcm_f32le vplayer frm pcm_f64be vqf g722 pcm_f64le w64 g723_1 pcm_mulaw wav g729 pcm_s16be wc3 gif pcm_s16le webvtt gsm pcm_s24be wsaud gxf pcm_s24le wsvqa h261 pcm_s32be wtv h263 pcm_s32le wv h264 pcm_s8 xa hls pcm_u16be xbin ico pcm_u16le xmv idcin pcm_u24be xwma yop yuv4mpegpipe Enabled muxers: a64 image2pipe pcm_s16le ac3 ipod pcm_s24be adts ircam pcm_s24le adx ismv pcm_s32be aiff ivf pcm_s32le amr jacosub pcm_s8 asf latm pcm_u16be asf_stream m4v pcm_u16le ass matroska pcm_u24be ast matroska_audio pcm_u24le au md5 pcm_u32be avi microdvd pcm_u32le avm2 mjpeg pcm_u8 bit mkvtimestamp_v2 psp caf mlp rawvideo cavsvideo mmf rm crc mov roq daud mp2 rso dirac mp3 rtp dnxhd mp4 rtsp dts mpeg1system sap dv mpeg1vcd segment eac3 mpeg1video smjpeg f4v mpeg2dvd smoothstreaming ffm mpeg2svcd sox ffMetadata mpeg2video spdif filmstrip mpeg2vob srt flac mpegts stream_segment flv mpjpeg swf framecrc mxf tee framemd5 mxf_d10 tg2 g722 null tgp g723_1 nut truehd gif ogg vc1t gxf oma voc h261 pcm_alaw w64 h263 pcm_f32be wav h264 pcm_f32le webm hls pcm_f64be wtv ico pcm_f64le wv ilbc pcm_mulaw yuv4mpegpipe image2 pcm_s16be Enabled protocols: applehttp httpproxy mmsh cache https mmst concat librtmp pipe crypto librtmpe rtp data librtmps srtp file librtmpt tcp gopher librtmpte tls hls md5 udp http Enabled filters: aconvert copy null aevalsrc crop nullsink afade cropdetect nullsrc aformat decimate overlay allpass delogo pad alphaextract deshake pan alphamerge drawBox pixdesctest amerge earwax pp amix ebur128 removelogo amovie edgedetect resample anull equalizer rgbtestsrc anullsink fade scale anullsrc field select apad fieldorder sendcmd aresample format setdar aselect fps setfield asendcmd framestep setpts asetnsamples geq setsar asetpts gradfun settb asettb hflip showinfo ashowinfo highpass showspectrum asplit histeq showwaves ass histogram silencedetect astreamsync hqdn3d smartblur asyncts hue smptebars atempo idet split bandpass il stereo3d bandreject join subtitles bass kerndeint super2xsai bBox life swapuv biquad lowpass testsrc blackdetect lut thumbnail blackframe lutrgb tile blend lutyuv tinterlace Boxblur mandelbrot transpose cellauto movie treble channelmap mp unsharp channelsplit mptestsrc vflip color negate volume colormatrix noformat volumedetect concat noise yadif Enabled bsfs: aac_adtstoasc mjpeg2jpeg mp3_header_decompress chomp mjpega_dump_header noise dump_exTradata mov2textsub remove_exTradata h264_mp4toannexb mp3_header_compress text2movsub imx_dump_header Enabled indevs: dv1394 lavfi v4l2 fbdev oss x11grab Enabled outdevs: oss License: nonfree and unredistributable Creating config.mak and config.h... libavutil/avconfig.h is unchanged root@Ubuntu32:/home/zhangbin/ffmpeg/ffmpegx86/ffmpeg-1.2#

相关文章

迭代器模式(Iterator)迭代器模式(Iterator)[Cursor]意图...
高性能IO模型浅析服务器端编程经常需要构造高性能的IO模型,...
策略模式(Strategy)策略模式(Strategy)[Policy]意图:定...
访问者模式(Visitor)访问者模式(Visitor)意图:表示一个...
命令模式(Command)命令模式(Command)[Action/Transactio...
生成器模式(Builder)生成器模式(Builder)意图:将一个对...