sdl

mingw编译
http://www.libsdl.org/index.php
http://www.libsdl.org/download-1.2.php

可下载源码版(全部重编译)或 develop版(小部分编译)

修改makefile文件中的cross_path为/mingw

1.2版(ffmpeg player 暂时只支持这个版本)
修改CROSS_PATH := /mingw

make cross

2.0版
先要在/mingw目录下创建两个空目录i686-w64-mingw32和x86_64-w64-mingw32
make cross

需要手动安装
复制/mingw/x86_64-w64-mingw32目录下的所有内容到/mignw下

你可能感兴趣的:(sdl)