实例介绍
openwrt编译报错,提示无法连接该文件的地址,编译出错,把这个openwrt编译依赖库文件放入dl文件夹中就可以了
【实例截图】
【核心代码】
libjpeg-turbo-1.2.1.tar
└── libjpeg-turbo-1.2.1
├── acinclude.m4
├── aclocal.m4
├── bmp.c
├── bmp.h
├── BUILDING.txt
├── cderror.h
├── cdjpeg.c
├── cdjpeg.h
├── change.log
├── ChangeLog.txt
├── cjpeg.1
├── cjpeg.c
├── CMakeLists.txt
├── cmakescripts
│ ├── getdate.bat
│ └── testclean.cmake
├── coderules.txt
├── compile
├── config.guess
├── config.h.in
├── config.sub
├── configure
├── configure.ac
├── depcomp
├── djpeg.1
├── djpeg.c
├── doc
│ └── html
│ ├── annotated.html
│ ├── bc_s.png
│ ├── classes.html
│ ├── closed.png
│ ├── doxygen.css
│ ├── doxygen.png
│ ├── functions.html
│ ├── functions_vars.html
│ ├── group___turbo_j_p_e_g.html
│ ├── index.html
│ ├── installdox
│ ├── jquery.js
│ ├── modules.html
│ ├── nav_f.png
│ ├── nav_h.png
│ ├── open.png
│ ├── search
│ │ ├── all_63.html
│ │ ├── all_64.html
│ │ ├── all_68.html
│ │ ├── all_6e.html
│ │ ├── all_6f.html
│ │ ├── all_72.html
│ │ ├── all_74.html
│ │ ├── all_77.html
│ │ ├── all_78.html
│ │ ├── all_79.html
│ │ ├── classes_74.html
│ │ ├── close.png
│ │ ├── mag_sel.png
│ │ ├── nomatches.html
│ │ ├── search.css
│ │ ├── search.js
│ │ ├── search_l.png
│ │ ├── search_m.png
│ │ ├── search_r.png
│ │ ├── variables_63.html
│ │ ├── variables_64.html
│ │ ├── variables_68.html
│ │ ├── variables_6e.html
│ │ ├── variables_6f.html
│ │ ├── variables_72.html
│ │ ├── variables_77.html
│ │ ├── variables_78.html
│ │ └── variables_79.html
│ ├── structtjregion.html
│ ├── structtjscalingfactor.html
│ ├── structtjtransform.html
│ ├── tab_a.png
│ ├── tab_b.png
│ ├── tab_h.png
│ ├── tabs.css
│ └── tab_s.png
├── doxygen.config
├── example.c
├── filelist.txt
├── install-sh
├── install.txt
├── jaricom.c
├── java
│ ├── CMakeLists.txt
│ ├── doc
│ │ ├── allclasses-frame.html
│ │ ├── allclasses-noframe.html
│ │ ├── constant-values.html
│ │ ├── deprecated-list.html
│ │ ├── help-doc.html
│ │ ├── index-all.html
│ │ ├── index.html
│ │ ├── org
│ │ │ └── libjpegturbo
│ │ │ └── turbojpeg
│ │ │ ├── package-frame.html
│ │ │ ├── package-summary.html
│ │ │ ├── package-tree.html
│ │ │ ├── TJCompressor.html
│ │ │ ├── TJCustomFilter.html
│ │ │ ├── TJDecompressor.html
│ │ │ ├── TJ.html
│ │ │ ├── TJScalingFactor.html
│ │ │ ├── TJTransformer.html
│ │ │ └── TJTransform.html
│ │ ├── overview-tree.html
│ │ ├── package-list
│ │ ├── resources
│ │ │ └── inherit.gif
│ │ ├── serialized-form.html
│ │ └── stylesheet.css
│ ├── Makefile.am
│ ├── Makefile.in
│ ├── MANIFEST.MF
│ ├── org
│ │ └── libjpegturbo
│ │ └── turbojpeg
│ │ ├── TJCompressor.java
│ │ ├── TJCustomFilter.java
│ │ ├── TJDecompressor.java
│ │ ├── TJ.java
│ │ ├── TJLoader.java
│ │ ├── TJLoader.java.in
│ │ ├── TJScalingFactor.java
│ │ ├── TJTransformer.java
│ │ └── TJTransform.java
│ ├── org_libjpegturbo_turbojpeg_TJCompressor.h
│ ├── org_libjpegturbo_turbojpeg_TJDecompressor.h
│ ├── org_libjpegturbo_turbojpeg_TJ.h
│ ├── org_libjpegturbo_turbojpeg_TJTransformer.h
│ ├── README
│ ├── TJExample.java
│ └── TJUnitTest.java
├── jcapimin.c
├── jcapistd.c
├── jcarith.c
├── jccoefct.c
├── jccolext.c
├── jccolor.c
├── jcdctmgr.c
├── jchuff.c
├── jchuff.h
├── jcinit.c
├── jcmainct.c
├── jcmarker.c
├── jcmaster.c
├── jcomapi.c
├── jconfig.h.in
├── jconfig.txt
├── jcparam.c
├── jcphuff.c
├── jcprepct.c
├── jcsample.c
├── jcstest.c
├── jctrans.c
├── jdapimin.c
├── jdapistd.c
├── jdarith.c
├── jdatadst.c
├── jdatadst-tj.c
├── jdatasrc.c
├── jdatasrc-tj.c
├── jdcoefct.c
├── jdcolext.c
├── jdcolor.c
├── jdct.h
├── jddctmgr.c
├── jdhuff.c
├── jdhuff.h
├── jdinput.c
├── jdmainct.c
├── jdmarker.c
├── jdmaster.c
├── jdmerge.c
├── jdmrgext.c
├── jdphuff.c
├── jdpostct.c
├── jdsample.c
├── jdtrans.c
├── jerror.c
├── jerror.h
├── jfdctflt.c
├── jfdctfst.c
├── jfdctint.c
├── jidctflt.c
├── jidctfst.c
├── jidctint.c
├── jidctred.c
├── jinclude.h
├── jmemmgr.c
├── jmemnobs.c
├── jmemsys.h
├── jmorecfg.h
├── jpegcomp.h
├── jpegint.h
├── jpeglib.h
├── jpegtran.1
├── jpegtran.c
├── jquant1.c
├── jquant2.c
├── jsimddct.h
├── jsimd.h
├── jsimd_none.c
├── jutils.c
├── jversion.h
├── libjpeg.map.in
├── libjpeg.txt
├── ltmain.sh
├── Makefile.am
├── Makefile.in
├── missing
├── rdbmp.c
├── rdcolmap.c
├── rdgif.c
├── rdjpgcom.1
├── rdjpgcom.c
├── rdppm.c
├── rdrle.c
├── rdswitch.c
├── rdtarga.c
├── README
├── README-turbo.txt
├── release
│ ├── copyright
│ ├── deb-control.tmpl
│ ├── Description.plist.in
│ ├── Info.plist.in
│ ├── libjpeg-turbo.nsi.in
│ ├── libjpeg-turbo.spec.in
│ ├── License.rtf
│ ├── makecygwinpkg.in
│ ├── makedpkg.in
│ ├── makemacpkg.in
│ ├── makesunpkg.in
│ ├── pkginfo.in
│ ├── ReadMe.rtf
│ ├── uninstall.in
│ └── Welcome.rtf
├── sharedlib
│ └── CMakeLists.txt
├── simd
│ ├── CMakeLists.txt
│ ├── jcclrmmx.asm
│ ├── jcclrss2-64.asm
│ ├── jcclrss2.asm
│ ├── jccolmmx.asm
│ ├── jccolss2-64.asm
│ ├── jccolss2.asm
│ ├── jcgrammx.asm
│ ├── jcgrass2-64.asm
│ ├── jcgrass2.asm
│ ├── jcgrymmx.asm
│ ├── jcgryss2-64.asm
│ ├── jcgryss2.asm
│ ├── jcolsamp.inc
│ ├── jcqnt3dn.asm
│ ├── jcqntmmx.asm
│ ├── jcqnts2f-64.asm
│ ├── jcqnts2f.asm
│ ├── jcqnts2i-64.asm
│ ├── jcqnts2i.asm
│ ├── jcqntsse.asm
│ ├── jcsammmx.asm
│ ├── jcsamss2-64.asm
│ ├── jcsamss2.asm
│ ├── jdclrmmx.asm
│ ├── jdclrss2-64.asm
│ ├── jdclrss2.asm
│ ├── jdcolmmx.asm
│ ├── jdcolss2-64.asm
│ ├── jdcolss2.asm
│ ├── jdct.inc
│ ├── jdmermmx.asm
│ ├── jdmerss2-64.asm
│ ├── jdmerss2.asm
│ ├── jdmrgmmx.asm
│ ├── jdmrgss2-64.asm
│ ├── jdmrgss2.asm
│ ├── jdsammmx.asm
│ ├── jdsamss2-64.asm
│ ├── jdsamss2.asm
│ ├── jf3dnflt.asm
│ ├── jfmmxfst.asm
│ ├── jfmmxint.asm
│ ├── jfss2fst-64.asm
│ ├── jfss2fst.asm
│ ├── jfss2int-64.asm
│ ├── jfss2int.asm
│ ├── jfsseflt-64.asm
│ ├── jfsseflt.asm
│ ├── ji3dnflt.asm
│ ├── jimmxfst.asm
│ ├── jimmxint.asm
│ ├── jimmxred.asm
│ ├── jiss2flt-64.asm
│ ├── jiss2flt.asm
│ ├── jiss2fst-64.asm
│ ├── jiss2fst.asm
│ ├── jiss2int-64.asm
│ ├── jiss2int.asm
│ ├── jiss2red-64.asm
│ ├── jiss2red.asm
│ ├── jisseflt.asm
│ ├── jsimd_arm.c
│ ├── jsimd_arm_neon.S
│ ├── jsimdcfg.inc.h
│ ├── jsimdcpu.asm
│ ├── jsimdext.inc
│ ├── jsimd.h
│ ├── jsimd_i386.c
│ ├── jsimd_x86_64.c
│ ├── Makefile.am
│ ├── Makefile.in
│ └── nasm_lt.sh
├── structure.txt
├── testimages
│ ├── nightshot_iso_100.bmp
│ ├── testimgari.jpg
│ ├── testimgari.ppm
│ ├── testimg.bmp
│ ├── testimgcrop.jpg
│ ├── testimgflt.jpg
│ ├── testimgflt-nosimd.jpg
│ ├── testimgflt.ppm
│ ├── testimgfst100.jpg
│ ├── testimgfst1_2.ppm
│ ├── testimgfst1_4.ppm
│ ├── testimgfst1_8.ppm
│ ├── testimgfst.jpg
│ ├── testimgfst.ppm
│ ├── testimggray.jpg
│ ├── testimgint1_2.ppm
│ ├── testimgint1_4.ppm
│ ├── testimgint1_8.ppm
│ ├── testimgint.jpg
│ ├── testimgint.ppm
│ ├── testimgp.jpg
│ ├── testorig.jpg
│ ├── testorig.ppm
│ ├── vgl_5674_0098.bmp
│ ├── vgl_6434_0018a.bmp
│ └── vgl_6548_0026a.bmp
├── tjbench.c
├── tjbenchtest.in
├── tjexampletest.in
├── tjunittest.c
├── tjutil.c
├── tjutil.h
├── transupp.c
├── transupp.h
├── turbojpeg.c
├── turbojpeg.h
├── turbojpeg-jni.c
├── turbojpeg-mapfile
├── turbojpeg-mapfile.jni
├── usage.txt
├── win
│ ├── config.h.in
│ ├── jconfig.h.in
│ ├── jpeg62.def
│ ├── jpeg7.def
│ ├── jpeg8.def
│ └── jsimdcfg.inc
├── wizard.txt
├── wrbmp.c
├── wrgif.c
├── wrjpgcom.1
├── wrjpgcom.c
├── wrppm.c
├── wrrle.c
└── wrtarga.c
19 directories, 358 files
标签:
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论