首页 > 代码库 > compile ffmpeg

compile ffmpeg

download SDL 1.2.xxx version source code.

1) configure

2) make & make instll

download recent ffmpeg source code.

1) configure --enable-ffplay

2) vi ffplay.c modify #include <SDL.h> to <SDL/SDL.h>

3) make

 

compile ffmpeg