2 Star 0 Fork 0

bygreencn / ffmpeg_ffplay_vc2010

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
mingw_compile_ffmpeg.sh 590 Bytes
一键复制 编辑 原始数据 按行查看 历史
bygreencn 提交于 2014-08-08 13:18 . update ffmpeg for mingw.
#!/bin/sh
#make clean
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/
SDL_CFLAGS=/usr/local/include
SDL_LIBS=/usr/local/lib
./configure \
--enable-shared \
--enable-gpl \
--enable-version3 \
--enable-runtime-cpudetect \
--enable-memalign-hack \
--cpu=i686 \
--enable-w32threads \
--enable-libmp3lame \
--enable-libx264 \
--enable-librtmp \
--extra-cflags="-mmmx -msse -mfpmath=sse" \
--extra-cflags="-fno-common" \
--extra-cflags="-I/usr/local/include" \
--extra-ldflags="-L/usr/local/lib -static-libgcc -liconv" \
--enable-ffplay \
--disable-doc
make
C
1
https://gitee.com/bygreencn/ffmpeg_ffplay_vc2010.git
git@gitee.com:bygreencn/ffmpeg_ffplay_vc2010.git
bygreencn
ffmpeg_ffplay_vc2010
ffmpeg_ffplay_vc2010
master

搜索帮助