# GitMediaLib **Repository Path**: mypalyerdemo/GitMediaLib ## Basic Information - **Project Name**: GitMediaLib - **Description**: 一些常用的媒体库源码 都从官网拉取 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-02-02 - **Last Updated**: 2022-11-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: myDemo, fork, medialib ## README 同步方式下载 git clone https://github.com/gpac/gpac.git git clone git://git.ffmpeg.org/rtmpdump git clone git://git.videolan.org/x264.git git clone git@code.videolan.org:videolan/x264.git git clone https://bitbucket.org/multicoreware/x265_git.git 同步本地库 git pull 远程地址查看 git remote -v x264 x264都在这个官网内 https://www.videolan.org/ x264下载,到20191217结束 http://ftp.videolan.org/x264/snapshots x264新下载地址 https://code.videolan.org/videolan/x264/ 修改configure中host_cpu=i686 以编译32位版本 x265下载 https://bitbucket.org/multicoreware/x265_git/src/master/ faac faad2下载 http://faac.sourceforge.net/ faac编译 autoreconf -fiv rtmpdump下载 http://git.ffmpeg.org/rtmpdump CRYPTO为空就不使用SSL make SYS=mingw CRYPTO= gpac下载 https://github.com/gpac/gpac/releases mingw(给VC6使用用这个) https://sourceforge.net/projects/mingw/ msys2(直接开发用这个) https://www.msys2.org/ msysgit(可以用里面的gcc) https://gitforwindows.org/ yasm http://yasm.tortall.net/Download.html nasm https://www.nasm.us/ pexports https://sourceforge.net/projects/mingw/files/MinGW/Extension/pexports/ 使用方法 lib.exe link.exe mspdb60.dll 来自VC6 pexports libxxx.dll > libxxx.def lib /machine:ix86 /def:libxxx.def 最后会生成对应libxxx.lib