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
2024-02-16 08:23:04
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