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

原文地址:https://www.cnblogs.com/feika/p/4058338.html