日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當(dāng)前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

jrtplib-2.11.2和jthread-1.3.3编译笔记

發(fā)布時間:2024/8/1 编程问答 39 豆豆
生活随笔 收集整理的這篇文章主要介紹了 jrtplib-2.11.2和jthread-1.3.3编译笔记 小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.

jrtplib-2.11.2和jthread-1.3.3編譯

jthread-1.3.3編譯

clone https://github.com/j0r1/JThread.git mv JThread JThread.git cd JThread.git ./builddist.sh cd file72pTfv cd jthread-1.3.3 mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=~/libs/jthread-1.3.3 .. make -j4 make install

jrtplib-2.11.2編譯

git clone https://github.com/j0r1/JRTPLIB mv JRTPLIB JRTPLIB.git cd JRTPLIB.git ./builddist.sh cd filerL4ZpZ cd jrtplib-3.11.2 mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=~/libs/jrtplib-3.11.2 -DCMAKE_PREFIX_PATH=~/libs ~/libs/jthread-1.3.3 .. make -j4 make install

編譯結(jié)果

$ tree . ├── jrtplib-3.11.2 │ ├── include │ │ └── jrtplib3 │ │ ├── rtcpapppacket.h │ │ ├── rtcpbyepacket.h │ │ ├── rtcpcompoundpacketbuilder.h │ │ ├── rtcpcompoundpacket.h │ │ ├── rtcppacketbuilder.h │ │ ├── rtcppacket.h │ │ ├── rtcprrpacket.h │ │ ├── rtcpscheduler.h │ │ ├── rtcpsdesinfo.h │ │ ├── rtcpsdespacket.h │ │ ├── rtcpsrpacket.h │ │ ├── rtcpunknownpacket.h │ │ ├── rtpabortdescriptors.h │ │ ├── rtpaddress.h │ │ ├── rtpbyteaddress.h │ │ ├── rtpcollisionlist.h │ │ ├── rtpconfig.h │ │ ├── rtpdebug.h │ │ ├── rtpdefines.h │ │ ├── rtperrors.h │ │ ├── rtpexternaltransmitter.h │ │ ├── rtpfaketransmitter.h │ │ ├── rtphashtable.h │ │ ├── rtpinternalsourcedata.h │ │ ├── rtpipv4address.h │ │ ├── rtpipv4destination.h │ │ ├── rtpipv6address.h │ │ ├── rtpipv6destination.h │ │ ├── rtpkeyhashtable.h │ │ ├── rtplibraryversion.h │ │ ├── rtpmemorymanager.h │ │ ├── rtpmemoryobject.h │ │ ├── rtppacketbuilder.h │ │ ├── rtppacket.h │ │ ├── rtppollthread.h │ │ ├── rtprandom.h │ │ ├── rtprandomrand48.h │ │ ├── rtprandomrands.h │ │ ├── rtprandomurandom.h │ │ ├── rtprawpacket.h │ │ ├── rtpsecuresession.h │ │ ├── rtpselect.h │ │ ├── rtpsession.h │ │ ├── rtpsessionparams.h │ │ ├── rtpsessionsources.h │ │ ├── rtpsocketutil.h │ │ ├── rtpsourcedata.h │ │ ├── rtpsources.h │ │ ├── rtpstructs.h │ │ ├── rtptcpaddress.h │ │ ├── rtptcptransmitter.h │ │ ├── rtptimeutilities.h │ │ ├── rtptransmitter.h │ │ ├── rtptypes.h │ │ ├── rtptypes_win.h │ │ ├── rtpudpv4transmitter.h │ │ └── rtpudpv6transmitter.h │ └── lib │ ├── cmake │ │ └── JRTPLIB │ │ └── JRTPLIBConfig.cmake │ ├── libjrtp.a │ ├── libjrtp.so -> libjrtp.so.3.11.2 │ ├── libjrtp.so.3.11.2 │ └── pkgconfig │ └── jrtplib.pc └── jthread-1.3.3├── include│ └── jthread│ ├── jmutexautolock.h│ ├── jmutex.h│ ├── jthreadconfig.h│ └── jthread.h└── lib├── cmake│ └── JThread│ └── JThreadConfig.cmake├── libjthread.a├── libjthread.so -> libjthread.so.1.3.3├── libjthread.so.1.3.3└── pkgconfig└── jthread.pc14 directories, 71 files

總結(jié)

以上是生活随笔為你收集整理的jrtplib-2.11.2和jthread-1.3.3编译笔记的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網(wǎng)站內(nèi)容還不錯,歡迎將生活随笔推薦給好友。